gl_object 0.0.5

A gl_object libray for quick use.
Documentation
1
2
3
4
5
6
use gl_object::sdl2_example;

#[cfg(feature = "sdl2")]
fn main() {
    sdl2_example();
}