hlgl/go.mod
2024-11-23 21:54:20 -07:00

11 lines
204 B
Modula-2

module hudly-gl
go 1.23.0
require (
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a
)
require github.com/go-gl/mathgl v1.2.0