switched from fbink to gtk2

This commit is contained in:
2025-10-25 23:59:54 +02:00
parent 94ea81271a
commit ce1b6b1261
14 changed files with 77 additions and 3406 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module main
go 1.25.2
require github.com/mattn/go-gtk v0.0.0-20240119050609-48574e312fac
require (
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/stretchr/testify v1.11.1 // indirect
)