Module rugra::prelude [] [src]

The prelude which reexports all the basic functionality Rugra contains.

Reexports

pub use window::Window;
pub use circle::Circle;
pub use rect::Rect;
pub use sprite::Sprite;
pub use label::Label;
pub use font::Font;
pub use texture::Texture;
pub use key::SpecialKey::*;
pub use key::Key;