Cleanly separate rendering and event handling
[mandelwow.git] / lib.rs
diff --git a/lib.rs b/lib.rs
index 25e275c56e2140f07e6079599278c149b7ec13b4..24ef697840c82b47f266cf512ed8310939f7f831 100644 (file)
--- a/lib.rs
+++ b/lib.rs
@@ -10,6 +10,8 @@ pub mod timer;
 pub use crate::bounding_box::BoundingBox;
 pub use crate::cube::Cube;
 pub use crate::shaded_cube::ShadedCube;
+pub use crate::text::Text;
+pub use crate::timer::Timer;
 
 #[cfg(feature = "image")]
 pub fn screenshot(display : &glium::Display) {