aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-02-24 16:33:02 -0500
committerSam Anthony <sam@samanthony.xyz>2026-02-24 16:33:02 -0500
commit06216a7651196f6dcb3db0cc385dfdecb6d7969d (patch)
tree726132ad8b2efbfb6cd6147aa53536f02e1925ff /go.mod
parented00d80d15daf82492cace0e51cc5584f0aae736 (diff)
downloadgui-06216a7651196f6dcb3db0cc385dfdecb6d7969d.zip
create go module
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..ce1e0b8
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,9 @@
+module github.com/faiface/gui
+
+go 1.25.5
+
+require (
+ github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
+ github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
+ github.com/go-gl/glfw v0.0.0-20250301202403-da16c1255728 // indirect
+)