-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
29 lines (25 loc) · 886 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.24.0
require (
github.com/anthonynsimon/bild v0.14.0
github.com/hajimehoshi/ebiten/v2 v2.8.6
github.com/mlange-42/arche v0.15.2
github.com/setanarut/anim v1.1.2
github.com/setanarut/fastnoise v1.1.1
github.com/setanarut/kamera/v2 v2.96.0
github.com/setanarut/tilecollider v1.4.8
golang.org/x/text v0.21.0
)
require golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // 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.2 // indirect
github.com/go-text/typesetting v0.2.1 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/mlange-42/arche-serde v0.2.1
github.com/quasilyte/gdata v0.8.1
golang.org/x/image v0.23.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
)