1
2
3
4
5
6
7
8
9
extern crate rand;
#[macro_use]
extern crate gfx;
extern crate gfx_window_glutin;
extern crate gfx_device_gl;
extern crate glutin;

pub mod data;
pub mod rendering;