diff --git a/src/render/mod.rs b/src/render/mod.rs index ab5e71c..3915661 100644 --- a/src/render/mod.rs +++ b/src/render/mod.rs @@ -7,6 +7,7 @@ use std::cmp::max; pub mod image; pub mod string; pub mod svg; +pub mod utf8; //------------------------------------------------------------------------------ //{{{ Pixel trait