1pub mod window; 2pub use gl; 3 4#[doc = include_str!("../README.md")] 5#[cfg(doctest)] 6pub struct ReadmeDoctests;