From c71fb555b23178d2abeaee2a3a5eeb6f2db604aa Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 17 Aug 2024 22:49:38 -0400 Subject: move shared data structures to external module --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 6f9d95c..758b712 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module github.com/faiface/gui go 1.22.4 require ( + git.samanthony.xyz/share v0.0.0 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 -- cgit v1.2.3