ebiten/go.mod
Hajime Hoshi 841e3caddf revert gomobile version
This reverts these commit:

* 7f0a86f32c.
* b615aaf673.

Reason: Test failures. See golang/go#62415
2023-09-02 02:12:06 +09:00

27 lines
801 B
Modula-2

module github.com/hajimehoshi/ebiten/v2
go 1.18
require (
github.com/ebitengine/oto/v3 v3.1.0-alpha.2
github.com/ebitengine/purego v0.5.0-alpha.1
github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372
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.0
github.com/jfreymuth/oggvorbis v1.0.5
golang.org/x/image v0.11.0
golang.org/x/mobile v0.0.0-20230818142238-7088062f872d
golang.org/x/sync v0.3.0
golang.org/x/sys v0.11.0
golang.org/x/tools v0.12.1-0.20230818130535-1517d1a3ba60
)
require (
github.com/jfreymuth/vorbis v1.0.2 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/text v0.12.0 // indirect
)