tofu

Making something with OpenGL in Go
Log | Files | Refs

go.mod (196B)


      1 module git.mtkn.jp/tofu
      2 
      3 go 1.23.1
      4 
      5 require (
      6 	github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
      7 	github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a // indirect
      8 )