From e41c8de088f34116f7ed4f116dc90c4ec68c4ed0 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sun, 3 Aug 2014 15:08:55 -0400 Subject: [PATCH] Update glow import path. It has moved to go-gl organization. See errcw/glow@2cc794ae2410165449230d4b8eff51c520f1b75b. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d300eee..1abfb36c 100644 --- a/README.md +++ b/README.md @@ -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.