From f9d445c8a9383be475f2a55bf86cd67a5ff485f2 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 14 Aug 2024 20:35:38 -0400 Subject: create go module --- go.mod | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..6f9d95c --- /dev/null +++ b/go.mod @@ -0,0 +1,12 @@ +module github.com/faiface/gui + +go 1.22.4 + +require ( + github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 + github.com/fogleman/gg v1.3.0 + github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 + github.com/go-gl/glfw v0.0.0-20240506104042-037f3cc74f2a + github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 + golang.org/x/image v0.19.0 +) -- cgit v1.2.3