mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
732eedf2e0
Closes #2748 Closes #2899
28 lines
785 B
Modula-2
28 lines
785 B
Modula-2
module github.com/hajimehoshi/ebiten/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/ebitengine/gomobile v0.0.0-20240223151600-9f1d75a9f41c
|
|
github.com/ebitengine/hideconsole v1.0.0
|
|
github.com/ebitengine/oto/v3 v3.2.0-alpha.4
|
|
github.com/ebitengine/purego v0.7.0-alpha.1
|
|
github.com/go-text/typesetting v0.1.1-0.20231231232151-8d81c02dc157
|
|
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.6.3
|
|
golang.org/x/image v0.15.0
|
|
golang.org/x/sync v0.6.0
|
|
golang.org/x/sys v0.17.0
|
|
golang.org/x/text v0.14.0
|
|
golang.org/x/tools v0.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/jfreymuth/vorbis v1.0.2 // indirect
|
|
golang.org/x/mod v0.15.0 // indirect
|
|
)
|