summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-05-21 14:37:02 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-05-21 14:37:02 +0200
commit10679867f1742121f5e953247406cfb83f3b3e65 (patch)
tree4b0021e5c04b147830ba3367b4f351ccf18cb332 /go.mod
parentfeff22144689df9da5ddb8e9693326b77feb7949 (diff)
downloadstlscope-10679867f1742121f5e953247406cfb83f3b3e65.tar
stlscope-10679867f1742121f5e953247406cfb83f3b3e65.tar.zst
stlscope-10679867f1742121f5e953247406cfb83f3b3e65.zip
First successful homogenous Transformation on GPU
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index f966925..90ce7e5 100644
--- a/go.mod
+++ b/go.mod
@@ -5,4 +5,5 @@ 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
+ github.com/go-gl/mathgl v1.0.0
)