aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-02-25 18:24:08 -0500
committerSam Anthony <sam@samanthony.xyz>2026-02-25 18:24:08 -0500
commit719da8c34b6541fd26ea168eeb8ecc815f7c207e (patch)
tree4bd1438ab2e8509203b9ec4185aa7f998f633ecb /go.mod
parenta89e2084d3c1a561d52749b033f783e5dcb6d7f7 (diff)
downloadgui-719da8c34b6541fd26ea168eeb8ecc815f7c207e.zip
mod tidy
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
+)