1
0
Fork 0
trevors-tutorials/0002-getting-started-with-ebitengine/go.mod
2024-08-05 17:32:20 -07:00

14 lines
392 B
Modula-2

module gettingstarted
go 1.19
require github.com/hajimehoshi/ebiten/v2 v2.7.8
require (
github.com/ebitengine/gomobile v0.0.0-20240802043200-192f051f4fcc // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.7.1 // indirect
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.23.0 // indirect
)