Do not follow this link

~eliasnaur/gio

ref: v0.7.1 gio/go.mod -rw-r--r-- 401 bytes
9018c071Elias Naur Revert "app: [Windows] suppress double-click behaviour for custom decorations" 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.1
	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
)
Do not follow this link