22 lines
607 B
Modula-2
22 lines
607 B
Modula-2
module github.com/atridad/LilGuy
|
|
|
|
go 1.25.4
|
|
|
|
require (
|
|
github.com/hajimehoshi/ebiten/v2 v2.9.6
|
|
golang.org/x/image v0.34.0
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/ebitengine/gomobile v0.0.0-20250923094054-ea854a63cce1 // indirect
|
|
github.com/ebitengine/hideconsole v1.0.0 // indirect
|
|
github.com/ebitengine/purego v0.9.1 // indirect
|
|
github.com/go-text/typesetting v0.3.1 // indirect
|
|
github.com/jezek/xgb v1.2.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
)
|