-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 896 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (22 loc) · 896 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
module github.com/prust/ebitengine-template
go 1.26.5
require (
github.com/hajimehoshi/ebiten/v2 v2.9.9
github.com/quasilyte/ebitengine-input v0.9.1
github.com/setanarut/kamera/v2 v2.98.2
github.com/solarlune/dngn v0.0.0-20240724224203-f9f4d976f3cc
github.com/yohamta/ganim8/v2 v2.2.1
)
require (
github.com/ebitengine/gomobile v0.0.0-20260211053922-3d992dae95d1 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/oto/v3 v3.4.0 // indirect
github.com/ebitengine/purego v0.10.0 // indirect
github.com/jezek/xgb v1.3.1 // indirect
github.com/quasilyte/gmath v0.0.0-20221217210116-fba37a2e15c7 // indirect
github.com/setanarut/fastnoise v1.2.0 // indirect
github.com/solarlune/resolv v0.8.1 // indirect
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.43.0 // indirect
)