mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
ea456f42c7
The compute renderer is a failed experiment: a better port of the Vello vector renderer exists[0] and the upcoming Go 1.24 release no longer builds the gioui.org/cpu module because of #60725. Remove it. [0] https://github.com/dominikh/jello Signed-off-by: Elias Naur <mail@eliasnaur.com>
15 lines
351 B
Modula-2
15 lines
351 B
Modula-2
module gioui.org
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
eliasnaur.com/font v0.0.0-20230308162249-dd43949cb42d
|
|
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
|
|
)
|