Initial commit, also running version

This commit is contained in:
2025-05-21 09:23:08 +02:00
commit 73f562ca70
7 changed files with 477 additions and 0 deletions

24
go.mod Normal file
View File

@@ -0,0 +1,24 @@
module github.com/Pablu23/mine-sweeper
go 1.23.4
require github.com/hajimehoshi/ebiten/v2 v2.8.8
require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200707082815-5321531c36a2 // indirect
github.com/go-text/typesetting v0.2.0 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/image v0.20.0 // indirect
golang.org/x/mobile v0.0.0-20210208171126-f462b3930c8f // indirect
golang.org/x/text v0.18.0 // indirect
)
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/hajimehoshi/ebiten v1.12.12
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
)