art3de/go.mod
2026-02-11 18:56:49 +03:00

10 lines
216 B
Modula-2

module git.influ.su/artmares/art3de
go 1.25.6
require (
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20250301202403-da16c1255728
github.com/go-gl/mathgl v1.2.0
)