add link to "PixelGL backend" in readme

This commit is contained in:
faiface 2017-04-22 23:58:13 +02:00
parent 9c74e66118
commit 9e150a7a1b
1 changed files with 3 additions and 2 deletions

View File

@ -99,8 +99,9 @@ possible!
## Requirements
PixelGL backend uses OpenGL to render graphics. Because of that, OpenGL development libraries are
needed for compilation. The dependencies are same as for [GLFW](https://github.com/go-gl/glfw).
[PixelGL](https://godoc.org/github.com/faiface/pixel/pixelgl) backend uses OpenGL to render
graphics. Because of that, OpenGL development libraries are needed for compilation. The dependencies
are same as for [GLFW](https://github.com/go-gl/glfw).
- On macOS, you need Xcode or Command Line Tools for Xcode (`xcode-select --install`) for required
headers and libraries.