This commit is contained in:
2025-08-17 22:02:40 -04:00
commit 627ca88732
7 changed files with 363 additions and 0 deletions

17
go.mod Normal file
View File

@@ -0,0 +1,17 @@
module git.vezzani.net/ben/games
go 1.24
require (
github.com/hajimehoshi/ebiten/v2 v2.8.8
golang.org/x/image v0.20.0
)
require (
github.com/ebitengine/gomobile v0.0.0-20240911145611-4856209ac325 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.8.0 // indirect
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
)