summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-05-20 12:16:36 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-05-20 12:20:19 +0200
commitfbd513c7c2531c12fcd7e81bd4ce66c5ec5f6902 (patch)
treeb564bbd69ab81e823c2153d57d0bbc40508458d7 /go.mod
parent904fa404b6e38564d1486b3b698ef1cb3d63ba8b (diff)
downloadstlscope-fbd513c7c2531c12fcd7e81bd4ce66c5ec5f6902.tar
stlscope-fbd513c7c2531c12fcd7e81bd4ce66c5ec5f6902.tar.zst
stlscope-fbd513c7c2531c12fcd7e81bd4ce66c5ec5f6902.zip
Implement STL Parsing
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..f966925
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,8 @@
+module src.xengineering.eu/xengineering/stlscope
+
+go 1.16
+
+require (
+ github.com/go-gl/gl v0.0.0-20210315015930-ae072cafe09d
+ github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210311203641-62640a716d48
+)