hampack app fixes

This commit is contained in:
David Young
2026-04-02 09:27:22 -06:00
parent 5afd4c077d
commit 453e7a7a9c
4 changed files with 17 additions and 5 deletions

8
hampack-src/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module hampack
go 1.22
require (
github.com/diamondburned/gotk4-adwaita/pkg v0.0.0-20250703085708-8e7f01e2c815
github.com/diamondburned/gotk4/pkg v0.3.2-0.20250703063411-16654385f59a
)