tofu

Making something with OpenGL in Go
Log | Files | Refs

go.mod (513B)


      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 	github.com/hajimehoshi/ebiten v1.12.12 // indirect
      9 	golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
     10 	golang.org/x/image v0.0.0-20200801110659-972c09e46d76 // indirect
     11 	golang.org/x/mobile v0.0.0-20210208171126-f462b3930c8f // indirect
     12 	golang.org/x/sys v0.0.0-20200918174421-af09f7315aff // indirect
     13 )