piston2d-opengl_graphics 0.72.0

An OpenGL 2D back-end for the Piston game engine
Documentation
# opengl_graphics [![Build Status]https://travis-ci.org/PistonDevelopers/opengl_graphics.svg]https://travis-ci.org/PistonDevelopers/opengl_graphics [![Crates.io]https://img.shields.io/crates/v/piston2d-opengl_graphics.svg]https://crates.io/crates/piston2d-opengl_graphics [![Crates.io]https://img.shields.io/crates/l/piston2d-opengl_graphics.svg]https://github.com/PistonDevelopers/opengl_graphics/blob/master/LICENSE

An OpenGL 2D back-end for the Piston game engine

Maintainers: @Potpourri, @bvssvni, @mitchmindtree

### Important!

OpenGL needs to load function pointers before use.
If you are experiencing strange error messages like "X not loaded" this is likely the case.
This is done automatically for you in the SDL2 and GLFW window back-ends for Piston.
To do this manually, see the README in [gl-rs](https://github.com/bjz/gl-rs)

## Dependencies

![dependencies](./Cargo.png)

[How to contribute](https://github.com/PistonDevelopers/piston/blob/master/CONTRIBUTING.md)