Raw GLU and GL Rust bindings
This crate doesn't handle windowing, it can be used with other crates which handle windowing and gl contexts to do raw opengl calls.
This is an example using the fltk crate: https://github.com/MoAlyousef/fltk-opengl-demo/blob/master/src/main.rs