-
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
/
Copy pathgo.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
)