Add GTK application implementation
This commit is contained in:
parent
d1bb505e0a
commit
b7c0307f6b
29 changed files with 2564 additions and 266 deletions
7
go.mod
7
go.mod
|
|
@ -3,3 +3,10 @@ module suruatoel.xyz/mcg
|
|||
go 1.25.0
|
||||
|
||||
toolchain go1.26.0
|
||||
|
||||
require (
|
||||
github.com/diamondburned/gotk4-adwaita/pkg v0.0.0-20260808200908-d4aecaa0ff32
|
||||
github.com/diamondburned/gotk4/pkg v0.4.1
|
||||
)
|
||||
|
||||
require golang.org/x/sync v0.22.0 // indirect
|
||||
|
|
|
|||
Loading…
Reference in a new issue