gol 0.1.7

Conway's game of life in OpenGL.
Documentation
1
2
3
4
5
pub mod cell;
pub mod grid;

pub use self::cell::*;
pub use self::grid::*;