mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
27 lines
826 B
Modula-2
27 lines
826 B
Modula-2
module github.com/hajimehoshi/ebiten/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.4.0-alpha.1.0.20230327173358-ebd8567e49db
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b
|
|
github.com/hajimehoshi/bitmapfont/v2 v2.2.3
|
|
github.com/hajimehoshi/go-mp3 v0.3.4
|
|
github.com/hajimehoshi/oto/v2 v2.5.0-alpha.0.20230315035531-31c83ff4311d
|
|
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.6.0
|
|
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c
|
|
golang.org/x/sync v0.1.0
|
|
golang.org/x/sys v0.6.0
|
|
golang.org/x/tools v0.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/jfreymuth/vorbis v1.0.2 // indirect
|
|
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
|
|
golang.org/x/mod v0.9.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
)
|