drawing_gl 0.8.0

OpenGL backend for 2D graphics library
Documentation
mod color;
pub use color::*;

mod colored_vertex;
pub use colored_vertex::*;

mod device;
pub use device::*;

mod paint;
pub use paint::*;

mod textured_vertex;
pub use textured_vertex::*;

mod textured_y8_vertex;
pub use textured_y8_vertex::*;

mod render_target;
pub use render_target::*;