Initierat Go modul och laddat ner referens-sprites

This commit is contained in:
2026-04-25 22:44:32 +02:00
parent 8a58e22640
commit a5ab983206
13 changed files with 41 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module mountain
go 1.26.2
require (
github.com/ebitengine/gomobile v0.0.0-20250923094054-ea854a63cce1 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.9.0 // indirect
github.com/go-gl/mathgl v1.2.0 // indirect
github.com/hajimehoshi/ebiten/v2 v2.9.9 // indirect
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
)