aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-03-03 14:22:43 -0500
committerSam Anthony <sam@samanthony.xyz>2026-03-03 14:22:43 -0500
commit0a0b9b8cc9cdc0ffe1819de0266dd1e3c3eb564f (patch)
treeead2723b26a2dcb1d1db80efc01390579056d4fc /go.mod
parent8858a54b5ddb3a2d8a42ecb1a837c02800bc934f (diff)
downloadgui-0a0b9b8cc9cdc0ffe1819de0266dd1e3c3eb564f.zip
style: unit conversion
Implemented the golang.org/x/exp/shiny/unit.Converter interface on style.Style.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 4 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index a062971..921713c 100644
--- a/go.mod
+++ b/go.mod
@@ -6,10 +6,9 @@ require (
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
github.com/go-gl/glfw v0.0.0-20250301202403-da16c1255728
+ github.com/lithdew/casso v0.0.0-20200531104607-fe75aa82181f
+ golang.org/x/exp/shiny v0.0.0-20260218203240-3dfff04db8fa
+ golang.org/x/image v0.36.0
)
-require (
- github.com/lithdew/casso v0.0.0-20200531104607-fe75aa82181f // indirect
- golang.org/x/exp/shiny v0.0.0-20260218203240-3dfff04db8fa // indirect
- golang.org/x/image v0.36.0 // indirect
-)
+require golang.org/x/text v0.34.0 // indirect