diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,3 +7,9 @@ require ( github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 github.com/go-gl/glfw v0.0.0-20250301202403-da16c1255728 ) + +require ( + github.com/lithdew/casso v0.0.0-20200531104607-fe75aa82181f // indirect + golang.org/x/exp/shiny v0.0.0-20260218203240-3dfff04db8fa // indirect + golang.org/x/image v0.36.0 // indirect +) |