forked from joejulian/gio
5d886b4d7f
This commit updates our typesetting dependency to avoid a crash when shaping GNU unifont. Thanks to Jeff Williams for raising the issue on the mailing list. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
16 lines
401 B
Modula-2
16 lines
401 B
Modula-2
module gioui.org
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
eliasnaur.com/font v0.0.0-20230308162249-dd43949cb42d
|
|
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2
|
|
gioui.org/shader v1.0.8
|
|
github.com/go-text/typesetting v0.1.2
|
|
golang.org/x/exp v0.0.0-20240707233637-46b078467d37
|
|
golang.org/x/exp/shiny v0.0.0-20240707233637-46b078467d37
|
|
golang.org/x/image v0.18.0
|
|
golang.org/x/sys v0.22.0
|
|
golang.org/x/text v0.16.0
|
|
)
|