mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-06-02 08:09:51 -04:00
Add display UI
This commit is contained in:
parent
0a319d80d8
commit
cb0510931e
5 changed files with 142 additions and 12 deletions
5
go.mod
5
go.mod
|
@ -2,4 +2,7 @@ module github.com/Xpl0itU/WiiUDownloader
|
|||
|
||||
go 1.20
|
||||
|
||||
require github.com/cavaliergopher/grab/v3 v3.0.1
|
||||
require (
|
||||
github.com/cavaliergopher/grab/v3 v3.0.1
|
||||
github.com/gotk3/gotk3 v0.6.2
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue