Do rendering via a renderer instead of sdl
[kaka/rust-sdl-test.git] / src / core / mod.rs
index 9bcbe0c..c2a1f0a 100644 (file)
@@ -1,3 +1,4 @@
 pub mod app;
 pub mod controller;
 pub mod game;
+pub mod render;