//!
//! This crate is an attempt at porting Elm's incredibly useful std graphics modules.
//!
//! Visit [elm-lang.org](http://elm-lang.org/).
//!
//!
//! All credit goes to Evan Czaplicki for all algorithms included within.
//!
//! Ported to Rust by Mitchell Nordine.
//!
extern crate graphics;
extern crate num;
extern crate rand;
extern crate rustc_serialize;
extern crate vecmath;
pub use color as colour;
pub use ;
pub use ;