Update glow import path.

It has moved to go-gl organization.
See errcw/glow@2cc794ae24.
This commit is contained in:
Dmitri Shuralyov 2014-08-03 15:08:55 -04:00
parent 3ddc8cd820
commit e41c8de088

View File

@ -291,7 +291,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [gl](https://github.com/go-gl/gl) - Go bindings for OpenGL. Requires an external dependency GLEW.
* [glfw3](https://github.com/go-gl/glfw3) - Go bindings for GLFW 3.
* [glow](https://github.com/errcw/glow) - Go binding generator and bindings for OpenGL.
* [glow](https://github.com/go-gl/glow) - Go binding generator and bindings for OpenGL.
* [mathgl](https://github.com/go-gl/mathgl) - Pure Go math package specialized for 3D math, with inspiration from GLM.