pub use Config;
pub use Context;
pub use ;
pub use Events;
pub use TextureHandle;
pub use Pel;
pub use ;
/// Entry point of this library.
///
/// Due to cross-platform limitations, this function should only be called in the main thread.
///
/// Provided [`Config`][1] is used to configure and start pel event loop.
///
/// [1]: struct.Config.html