forked from quasilyte/ge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (21 loc) · 837 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
module github.com/quasilyte/ge
go 1.18
require (
github.com/hajimehoshi/ebiten/v2 v2.6.0-rc.2
github.com/quasilyte/ebitengine-resource v0.5.1-0.20230301215552-afd21c3065ff
github.com/quasilyte/gmath v0.0.0-20221217210116-fba37a2e15c7
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/image v0.12.0
)
require (
github.com/ebitengine/oto/v3 v3.1.0-rc.2 // indirect
github.com/ebitengine/purego v0.5.0-rc.2 // indirect
github.com/jezek/xgb v1.1.0 // indirect
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
golang.org/x/exp/shiny v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/mobile v0.0.0-20230922142353-e2f452493d57 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
)