diff --git a/src/render/mod.rs b/src/render/mod.rs index 3915661..32fff6e 100644 --- a/src/render/mod.rs +++ b/src/render/mod.rs @@ -7,7 +7,7 @@ use std::cmp::max; pub mod image; pub mod string; pub mod svg; -pub mod utf8; +pub mod unicode; //------------------------------------------------------------------------------ //{{{ Pixel trait diff --git a/src/render/utf8.rs b/src/render/unicode.rs similarity index 100% rename from src/render/utf8.rs rename to src/render/unicode.rs