glume 0.8.0

A simple Windowing and OpenGL context creation framework.
Documentation
1
2
3
4
5
6
pub mod window;
pub use gl;

#[doc = include_str!("../README.md")]
#[cfg(doctest)]
pub struct ReadmeDoctests;