forked from hajimehoshi/ebiten
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 957 Bytes
/
go.mod
File metadata and controls
31 lines (28 loc) · 957 Bytes
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
30
31
module github.com/hajimehoshi/ebiten/v2
go 1.23.0
require (
github.com/ebitengine/debugui v0.2.0-alpha.6
github.com/ebitengine/gomobile v0.0.0-20250329061421-6d0a8e981e4c
github.com/ebitengine/hideconsole v1.0.0
github.com/ebitengine/oto/v3 v3.4.0-alpha.8
github.com/ebitengine/purego v0.9.0-alpha.9
github.com/gen2brain/mpeg v0.4.0
github.com/go-text/typesetting v0.3.0
github.com/hajimehoshi/bitmapfont/v4 v4.1.0-alpha.1.0.20250721093300-3abd37f101a8
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.9.0
github.com/rivo/uniseg v0.4.7
golang.org/x/image v0.29.0
golang.org/x/sync v0.16.0
golang.org/x/sys v0.34.0
golang.org/x/text v0.27.0
golang.org/x/tools v0.35.0
)
require (
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
golang.org/x/mod v0.26.0 // indirect
)