mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2026-04-22 15:57:15 +08:00
34 lines
1.0 KiB
Modula-2
34 lines
1.0 KiB
Modula-2
module github.com/hajimehoshi/ebiten/v2
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/ebitengine/debugui v0.2.0
|
|
github.com/ebitengine/gomobile v0.0.0-20260211053922-3d992dae95d1
|
|
github.com/ebitengine/hideconsole v1.0.0
|
|
github.com/ebitengine/oto/v3 v3.5.0-alpha.4.0.20260422051735-1ae0f8515163
|
|
github.com/ebitengine/purego v0.11.0-alpha.1
|
|
github.com/gen2brain/mpeg v0.5.0
|
|
github.com/go-text/typesetting v0.3.5-0.20260328164731-48df487c1500
|
|
github.com/hajimehoshi/bitmapfont/v4 v4.1.0
|
|
github.com/hajimehoshi/go-mp3 v0.3.4
|
|
github.com/jakecoffman/cp/v2 v2.4.0
|
|
github.com/jezek/xgb v1.3.0
|
|
github.com/jfreymuth/oggvorbis v1.0.5
|
|
github.com/kazzmir/opus-go v1.3.0
|
|
github.com/kisielk/errcheck v1.10.0
|
|
golang.org/x/image v0.39.0
|
|
golang.org/x/sync v0.20.0
|
|
golang.org/x/sys v0.43.0
|
|
golang.org/x/text v0.36.0
|
|
golang.org/x/tools v0.44.0
|
|
)
|
|
|
|
require (
|
|
github.com/jfreymuth/pulse v0.1.1 // indirect
|
|
github.com/jfreymuth/vorbis v1.0.2 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.22 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
golang.org/x/mod v0.35.0 // indirect
|
|
)
|