opengl-deferred/go.mod

14 lines
388 B
Modula-2
Raw Normal View History

2024-10-11 16:38:21 +00:00
module git.tek.govt.hu/dowerx/opengl-deferred
go 1.23.0
2024-10-12 00:22:54 +00:00
require github.com/sanity-io/litter v1.5.5
2024-10-11 16:38:21 +00:00
require (
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a // indirect
github.com/go-gl/mathgl v1.1.0 // indirect
2024-10-12 00:22:54 +00:00
github.com/udhos/gwob v1.0.0 // indirect
golang.org/x/image v0.21.0 // indirect
2024-10-11 16:38:21 +00:00
)