forked from tdewolff/canvas
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
27 lines (24 loc) · 956 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
module github.com/eihigh/canvas
go 1.17
require (
gioui.org v0.0.0-20220615093012-72669e19bc29
github.com/ByteArena/poly2tri-go v0.0.0-20170716161910-d102ad91854f
github.com/benoitkugler/textlayout v0.1.3
github.com/dsnet/compress v0.0.1
github.com/flopp/go-findfont v0.1.0
github.com/hajimehoshi/ebiten/v2 v2.3.5
github.com/tdewolff/minify/v2 v2.11.10
github.com/tdewolff/parse/v2 v2.6.0
github.com/tdewolff/test v1.0.7
golang.org/x/image v0.0.0-20220617043117-41969df76e82
golang.org/x/text v0.3.7
)
require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220320163800-277f93cfa958 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/jezek/xgb v1.0.0 // indirect
golang.org/x/exp v0.0.0-20210722180016-6781d3edade3 // indirect
golang.org/x/mobile v0.0.0-20220518205345-8578da9835fd // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
)