24 lines
669 B
Modula-2
24 lines
669 B
Modula-2
module loov.dev/lensm
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
gioui.org v0.10.1
|
|
gioui.org/x v0.10.0
|
|
github.com/tetratelabs/wabin v0.0.0-20230304001439-f6f874872834
|
|
golang.org/x/arch v0.28.0
|
|
golang.org/x/exp/shiny v0.0.0-20260112195511-716be5621a96
|
|
)
|
|
|
|
require (
|
|
gioui.org/shader v1.0.8 // indirect
|
|
git.wow.st/gmp/jni v0.0.0-20210610011705-34026c7e22d0 // indirect
|
|
github.com/go-text/typesetting v0.3.4 // indirect
|
|
github.com/godbus/dbus/v5 v5.0.6 // indirect
|
|
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
|
|
golang.org/x/image v0.35.0 // indirect
|
|
golang.org/x/net v0.48.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
)
|