-
-
Notifications
You must be signed in to change notification settings - Fork 785
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.03 KB
/
Copy pathgo.mod
File metadata and controls
32 lines (29 loc) · 1.03 KB
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
32
module github.com/hajimehoshi/ebiten/v2
go 1.25.0
require (
github.com/ebitengine/debugui v0.3.0-alpha.0.20260715042159-d40b6a8e2b00
github.com/ebitengine/gomobile v0.0.0-20260820040257-d11f821a26a6
github.com/ebitengine/hideconsole v1.0.0
github.com/ebitengine/oto/v3 v3.5.0-alpha.12
github.com/ebitengine/purego v0.11.0-alpha.11
github.com/gen2brain/mpeg v0.6.2
github.com/go-text/typesetting v0.3.5-0.20260710134149-0bd3abe5ff89
github.com/hajimehoshi/bitmapfont/v4 v4.1.1
github.com/hajimehoshi/go-mp3 v0.3.4
github.com/jakecoffman/cp/v2 v2.4.0
github.com/jfreymuth/oggvorbis v1.0.5
github.com/kazzmir/opus-go v1.3.0
github.com/kisielk/errcheck v1.20.0
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
golang.org/x/image v0.45.0
golang.org/x/mod v0.40.0
golang.org/x/sync v0.22.0
golang.org/x/sys v0.47.0
golang.org/x/text v0.41.0
golang.org/x/tools v0.49.0
)
require (
github.com/jfreymuth/pulse v0.1.3 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
)