xege 0.3.0

Rust style safe warpper of C++ graphics libraries.
Documentation
mod env;
mod window;
pub mod color;
mod graphics;
mod enums;
mod image;
mod mat;
mod path;
mod msg;
mod time;
mod console;

pub use env::*;
pub use window::*;
pub use color::Color;
pub use graphics::*;
pub use enums::*;
pub use image::*;
pub use path::*;
pub use msg::*;
pub use time::*;
pub use console::*;
pub use mat::*;