Run 'cargo fix --edition'
[mandelwow.git] / lib.rs
diff --git a/lib.rs b/lib.rs
index 3ec2b55117d9850a3dae3a59f122ceba6a32202e..5366202cba37a4f4f44d4351f66b7679681bc0a6 100644 (file)
--- a/lib.rs
+++ b/lib.rs
@@ -18,9 +18,9 @@ pub mod support;
 pub mod text;
 pub mod timer;
 
-pub use bounding_box::BoundingBox;
-pub use cube::Cube;
-pub use shaded_cube::ShadedCube;
+pub use crate::bounding_box::BoundingBox;
+pub use crate::cube::Cube;
+pub use crate::shaded_cube::ShadedCube;
 
 #[cfg(feature = "image")]
 pub fn screenshot(display : &glium::Display) {