//! The glutin prelude.
//!
//! The purpose of this module is to make accessing common imports more
//! convenient. The prelude also imports traits shared by the implementations of
//! graphics apis.
//!
//! ```no_run
//! # #![allow(unused_imports)]
//! use glutin::prelude::*;
//! ```
pub use crateGlConfig;
pub use crate;
pub use crateGlDisplay;
pub use crateGlSurface;