This commit is contained in:
2024-05-20 20:19:11 +02:00
parent 3fea945a50
commit b03e2d57e9
4 changed files with 187 additions and 0 deletions

15
go.mod Normal file
View File

@@ -0,0 +1,15 @@
module gameoflife
go 1.22
require github.com/hajimehoshi/ebiten/v2 v2.7.3
require (
github.com/alecthomas/repr v0.4.0 // indirect
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
)