add link to "PixelGL backend" in readme
This commit is contained in:
parent
7725b2d9e1
commit
6f3d899404
|
@ -99,8 +99,9 @@ possible!
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
PixelGL backend uses OpenGL to render graphics. Because of that, OpenGL development libraries are
|
[PixelGL](https://godoc.org/github.com/faiface/pixel/pixelgl) backend uses OpenGL to render
|
||||||
needed for compilation. The dependencies are same as for [GLFW](https://github.com/go-gl/glfw).
|
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
|
- On macOS, you need Xcode or Command Line Tools for Xcode (`xcode-select --install`) for required
|
||||||
headers and libraries.
|
headers and libraries.
|
||||||
|
|
Loading…
Reference in New Issue