diff --git a/textium/src/lib.rs b/textium/src/lib.rs index e3e0c6a..8398ad9 100644 --- a/textium/src/lib.rs +++ b/textium/src/lib.rs @@ -5,10 +5,10 @@ extern crate rusttype; extern crate glium; mod error; -mod texture; -mod geometry; -mod rasterizer; -mod packer; +pub mod texture; +pub mod geometry; +pub mod rasterizer; +pub mod packer; use std::iter::Iterator; use std::collections::HashMap;