diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +module git.davidovski.xyz/gamejam-2024 + +go 1.22.2 + +require github.com/hajimehoshi/ebiten/v2 v2.7.2 + +require ( + github.com/ebitengine/gomobile v0.0.0-20240329170434-1771503ff0a8 // indirect + github.com/ebitengine/hideconsole v1.0.0 // indirect + github.com/ebitengine/purego v0.7.0 // indirect + github.com/jezek/xgb v1.1.1 // indirect + golang.org/x/sync v0.6.0 // indirect + golang.org/x/sys v0.18.0 // indirect +) |