aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pexeso
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pexeso')
-rw-r--r--examples/pexeso/go.mod15
-rw-r--r--examples/pexeso/go.sum6
2 files changed, 21 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 => ../../
diff --git a/examples/pexeso/go.sum b/examples/pexeso/go.sum
new file mode 100644
index 0000000..9874aa4
--- /dev/null
+++ b/examples/pexeso/go.sum
@@ -0,0 +1,6 @@
+github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 h1:baVdMKlASEHrj19iqjARrPbaRisD7EuZEVJj6ZMLl1Q=
+github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3/go.mod h1:VEPNJUlxl5KdWjDvz6Q1l+rJlxF2i6xqDeGuGAxa87M=
+github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 h1:5BVwOaUSBTlVZowGO6VZGw2H/zl9nrd3eCZfYV+NfQA=
+github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71/go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw=
+github.com/go-gl/glfw v0.0.0-20250301202403-da16c1255728 h1:Ak0LUgy7whfnJGPcjhR4oJ+THJNkXuhEfa+htfbz90o=
+github.com/go-gl/glfw v0.0.0-20250301202403-da16c1255728/go.mod h1:fOxQgJvH6dIDHn5YOoXiNC8tUMMNuCgbMK2yZTlZVQA=