aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-02-25 18:24:13 -0500
committerSam Anthony <sam@samanthony.xyz>2026-02-25 18:24:13 -0500
commitc6cd37a6b80d4e5ad1dbf8c8968b818811b8aa54 (patch)
tree54e3589c8dce213d947b17fa882e1bd1a5f808c0 /go.mod
parent7ed10a4fc3c95244d347aa313f0d334aab962f80 (diff)
parent719da8c34b6541fd26ea168eeb8ecc815f7c207e (diff)
downloadgui-c6cd37a6b80d4e5ad1dbf8c8968b818811b8aa54.zip
Merge branch 'modules' into layout2
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 45e85ab..ba71cfe 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,9 @@
module github.com/faiface/gui
go 1.25.5
+
+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
+)