Generate a grid with cellular automata
[kaka/rust-sdl-test.git] / src / core / mod.rs
CommitLineData
6ba7aef1 1pub mod app;
3f344b63 2pub mod controller;
b0566120 3pub mod game;
6566d7e5 4pub mod render;
a6b57e45 5pub mod level;