X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=lib.rs;h=24ef697840c82b47f266cf512ed8310939f7f831;hb=29b275596efed3b3064072483aa6d8c4cba1e3d4;hp=25e275c56e2140f07e6079599278c149b7ec13b4;hpb=5a29f2c9665d2d593d70439d51ea7802c9b5d285;p=mandelwow.git diff --git a/lib.rs b/lib.rs index 25e275c..24ef697 100644 --- 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) {