diff options
author | davidovski <david@davidovski.xyz> | 2024-04-21 13:47:41 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2024-04-21 13:47:41 +0100 |
commit | 1f1c464f84a169ea5146d360ae6b1211d8a7074f (patch) | |
tree | 5095a7c59deaa5fe26408efcee1774c8d811d7be /go.mod |
Initial Commit
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 +) |