blob: 90ce7e579cc8800c124fd927806bdff3a2b518e3 (
plain)
1
2
3
4
5
6
7
8
9
|
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
github.com/go-gl/mathgl v1.0.0
)
|