13 lines
340 B
Modula-2
13 lines
340 B
Modula-2
module hudly
|
|
|
|
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
|
|
github.com/google/uuid v1.6.0
|
|
github.com/haleyrom/skia-go v0.0.0-20240328095045-3f321a6a6e4d
|
|
)
|
|
|
|
require github.com/mattn/go-pointer v0.0.0-20190911064623-a0a44394634f // indirect
|