ebiten/go.mod
Hajime Hoshi 80bfebd3cd Revert "all: update typesetting to v0.1.1"
This reverts commit 5cf46f024f.

Reason: this doesn't change the test failure
2024-05-18 17:11:47 +09:00

28 lines
769 B
Modula-2

module github.com/hajimehoshi/ebiten/v2
go 1.18
require (
github.com/ebitengine/gomobile v0.0.0-20240518074828-e86332849895
github.com/ebitengine/hideconsole v1.0.0
github.com/ebitengine/oto/v3 v3.2.0
github.com/ebitengine/purego v0.7.0
github.com/go-text/typesetting v0.1.1-0.20240325125605-c7936fe59984
github.com/hajimehoshi/bitmapfont/v3 v3.0.0
github.com/hajimehoshi/go-mp3 v0.3.4
github.com/jakecoffman/cp v1.2.1
github.com/jezek/xgb v1.1.1
github.com/jfreymuth/oggvorbis v1.0.5
github.com/kisielk/errcheck v1.7.0
golang.org/x/image v0.16.0
golang.org/x/sync v0.7.0
golang.org/x/sys v0.20.0
golang.org/x/text v0.15.0
golang.org/x/tools v0.21.0
)
require (
github.com/jfreymuth/vorbis v1.0.2 // indirect
golang.org/x/mod v0.17.0 // indirect
)