-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (32 loc) · 1.1 KB
/
go.mod
File metadata and controls
36 lines (32 loc) · 1.1 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
33
34
35
36
module github.com/setanarut/cuphead
go 1.26
require (
github.com/hajimehoshi/ebiten/v2 v2.9.9
github.com/setanarut/v v1.2.2
golang.org/x/image v0.38.0
)
require (
github.com/go-text/typesetting v0.3.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hajimehoshi/bitmapfont/v4 v4.1.0 // indirect
github.com/pierrec/lz4/v4 v4.1.26 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/setanarut/aseprite v1.7.8 // indirect
github.com/setanarut/fastnoise v1.2.0 // indirect
golang.org/x/text v0.35.0 // indirect
)
require (
github.com/ebitengine/debugui v0.2.0
github.com/ebitengine/gomobile v0.0.0-20260211053922-3d992dae95d1 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.10.0 // indirect
github.com/jezek/xgb v1.3.0 // indirect
github.com/setanarut/aseplayer v1.9.50
github.com/setanarut/coll v1.5.4
github.com/setanarut/gog/v2 v2.3.0
github.com/setanarut/kamera/v2 v2.98.2
github.com/setanarut/mathutils v1.0.4
github.com/setanarut/tween v1.6.0
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
)