aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pexeso/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-02-25 18:14:44 -0500
committerSam Anthony <sam@samanthony.xyz>2026-02-25 18:14:44 -0500
commit63095aa509e2e3ce113a2681db520d2961284f71 (patch)
treefa0cf93277898e5657491fbd510893db71084e75 /examples/pexeso/go.mod
parent521b9c7b837f6d6a788695ce3ca7d073a917942a (diff)
parenta89e2084d3c1a561d52749b033f783e5dcb6d7f7 (diff)
downloadgui-63095aa509e2e3ce113a2681db520d2961284f71.zip
Merge branch 'modules' into layout2
Diffstat (limited to 'examples/pexeso/go.mod')
-rw-r--r--examples/pexeso/go.mod15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/pexeso/go.mod b/examples/pexeso/go.mod
new file mode 100644
index 0000000..c2ef2a0
--- /dev/null
+++ b/examples/pexeso/go.mod
@@ -0,0 +1,15 @@
+module github.com/faiface/gui/examples/pexeso
+
+go 1.25.5
+
+require (
+ github.com/faiface/gui v0.0.0-20190522095505-ed00d80d15da
+ github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
+)
+
+require (
+ github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
+ github.com/go-gl/glfw v0.0.0-20250301202403-da16c1255728 // indirect
+)
+
+replace github.com/faiface/gui => ../../