-
-
Notifications
You must be signed in to change notification settings - Fork 689
/
Copy pathgo.mod
29 lines (26 loc) · 880 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/hajimehoshi/ebiten/v2
go 1.22.0
require (
github.com/ebitengine/gomobile v0.0.0-20250209143333-6071a2a2351c
github.com/ebitengine/hideconsole v1.0.0
github.com/ebitengine/oto/v3 v3.4.0-alpha.3
github.com/ebitengine/purego v0.9.0-alpha.2
github.com/gen2brain/mpeg v0.3.2-0.20240412154320-a2ac4fc8a46f
github.com/go-text/typesetting v0.3.0
github.com/hajimehoshi/bitmapfont/v3 v3.3.0-alpha.4
github.com/hajimehoshi/go-mp3 v0.3.4
github.com/jakecoffman/cp/v2 v2.1.0
github.com/jezek/xgb v1.1.1
github.com/jfreymuth/oggvorbis v1.0.5
github.com/kisielk/errcheck v1.8.0
golang.org/x/image v0.24.0
golang.org/x/sync v0.11.0
golang.org/x/sys v0.30.0
golang.org/x/text v0.22.0
golang.org/x/tools v0.29.0
)
require (
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
golang.org/x/mod v0.22.0 // indirect
)