mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
a9a9a7c02f
Signed-off-by: Elias Naur <mail@eliasnaur.com>
21 lines
558 B
Modula-2
21 lines
558 B
Modula-2
module gioui.org
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
golang.org/x/exp v0.0.0-20210722180016-6781d3edade3
|
|
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
|
)
|
|
|
|
require (
|
|
eliasnaur.com/font v0.0.0-20220124212145-832bb8fc08c3
|
|
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2
|
|
gioui.org/shader v1.0.6
|
|
github.com/benoitkugler/textlayout v0.1.0
|
|
github.com/gioui/uax v0.2.1-0.20220325163150-e3d987515a12
|
|
github.com/go-text/typesetting v0.0.0-20220411150340-35994bc27a7b
|
|
)
|
|
|
|
require golang.org/x/text v0.3.7 // indirect
|