diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 +) |