Add display UI

This commit is contained in:
Xpl0itU 2023-07-18 13:45:32 +02:00
parent 0a319d80d8
commit cb0510931e
5 changed files with 142 additions and 12 deletions

5
go.mod
View file

@ -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
)