-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 807 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (21 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/ebitengine/debugui
go 1.25.0
require (
github.com/go-text/typesetting v0.3.5-0.20260505125104-04e4e76f9371
github.com/hajimehoshi/bitmapfont/v4 v4.1.1
github.com/hajimehoshi/ebiten/v2 v2.10.0-alpha.11.0.20260608065240-2765ca1188d3
github.com/kisielk/errcheck v1.20.0
golang.org/x/tools v0.45.0
)
require (
github.com/ebitengine/gomobile v0.0.0-20260211053922-3d992dae95d1 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.11.0-alpha.4 // indirect
github.com/jezek/xgb v1.3.1 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
golang.org/x/image v0.41.0 // indirect
golang.org/x/mod v0.36.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.37.0 // indirect
)