Generate a grid with cellular automata
[kaka/rust-sdl-test.git] / src / core / mod.rs
index 9bcbe0c..9e25ba4 100644 (file)
@@ -1,3 +1,5 @@
 pub mod app;
 pub mod controller;
 pub mod game;
+pub mod render;
+pub mod level;