angel 0.1.0-alpha.2

Another OpenGL extension loader
Documentation
#![cfg_attr(not(feature = "std"), no_std, feature(core_c_str), feature(core_ffi_c))]

mod gl;
pub use gl::*;