-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (25 loc) · 864 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
25
26
27
28
29
module kar
go 1.23.4
require (
github.com/anthonynsimon/bild v0.14.0
github.com/hajimehoshi/ebiten/v2 v2.8.5
github.com/setanarut/anim v1.0.2
github.com/setanarut/cm v1.13.2
github.com/setanarut/kamera/v2 v2.92.0
github.com/setanarut/vec v1.1.1
golang.org/x/exp v0.0.0-20241210172134-14434422244c
golang.org/x/image v0.23.0
golang.org/x/text v0.21.0
)
require github.com/setanarut/fastnoise v1.1.1 // indirect
require (
github.com/ebitengine/gomobile v0.0.0-20241016134836-cc2e38a7c0ee // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.8.1 // indirect
github.com/go-text/typesetting v0.2.0 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/mlange-42/arche v0.13.3
github.com/setanarut/tilecollider v1.4.6
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)