Move most timing-related code to new module timer.rs
[mandelwow.git] / lib.rs
diff --git a/lib.rs b/lib.rs
index a15ea2b86979c6e8ebd6a73fc1c72468b00362f1..765068fb15529fd1ed61ebb010e8857963460943 100644 (file)
--- a/lib.rs
+++ b/lib.rs
@@ -16,6 +16,7 @@ pub mod shaded_cube;
 pub mod sound;
 pub mod support;
 pub mod text;
+pub mod timer;
 
 pub use bounding_box::BoundingBox;
 pub use cube::Cube;