mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
5dc293fe4f
Updates #1162
27 lines
837 B
Modula-2
27 lines
837 B
Modula-2
module github.com/hajimehoshi/ebiten/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/ebitengine/oto/v3 v3.1.0-alpha.2.0.20230909164631-3369785c90ea
|
|
github.com/ebitengine/purego v0.5.0-alpha.2.0.20230909154830-63192295690d
|
|
github.com/go-text/typesetting v0.0.0-20230905121921-abdbcca6e0eb
|
|
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.12.0
|
|
golang.org/x/mobile v0.0.0-20230906021930-dc64209e86f1
|
|
golang.org/x/sync v0.3.0
|
|
golang.org/x/sys v0.12.0
|
|
golang.org/x/tools v0.13.0
|
|
)
|
|
|
|
require (
|
|
github.com/jfreymuth/vorbis v1.0.2 // indirect
|
|
golang.org/x/exp/shiny v0.0.0-20230817173708-d852ddb80c63 // indirect
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
)
|