-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (25 loc) · 858 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.2
require (
github.com/anthonynsimon/bild v0.14.0
github.com/hajimehoshi/ebiten/v2 v2.8.4
github.com/setanarut/anim v1.0.2
github.com/setanarut/cm v1.13.2
github.com/setanarut/ebitencm v1.8.1
github.com/setanarut/fastnoise v1.1.1
github.com/setanarut/kamera/v2 v2.8.1
github.com/setanarut/vec v1.1.1
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/text v0.20.0
)
require golang.org/x/image v0.22.0 // 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.2
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
)