2024-10-22 18:49:14 -06:00
|
|
|
module hudly
|
2024-10-25 22:20:55 -06:00
|
|
|
|
|
|
|
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
|