summaryrefslogtreecommitdiff
path: root/go.sum
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.sum
parent904fa404b6e38564d1486b3b698ef1cb3d63ba8b (diff)
downloadstlscope-fbd513c7c2531c12fcd7e81bd4ce66c5ec5f6902.tar
stlscope-fbd513c7c2531c12fcd7e81bd4ce66c5ec5f6902.tar.zst
stlscope-fbd513c7c2531c12fcd7e81bd4ce66c5ec5f6902.zip
Implement STL Parsing
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..b443e1b
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,4 @@
+github.com/go-gl/gl v0.0.0-20210315015930-ae072cafe09d h1:o81yRlBATU4PRn97lydmsq8hTRNXI4wlR/VvUQhFRVY=
+github.com/go-gl/gl v0.0.0-20210315015930-ae072cafe09d/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk=
+github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210311203641-62640a716d48 h1:QrUfZrT8n72FUuiABt4tbu8PwDnOPAbnj3Mql1UhdRI=
+github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210311203641-62640a716d48/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=