From d8262b278ac3fc615d4d271f014ea1b631a95f4a Mon Sep 17 00:00:00 2001 From: Vladimir Serov Date: Sun, 9 Feb 2020 16:04:45 +0300 Subject: [PATCH] utf-8: included into mod.rs --- src/render/mod.rs | 1 + 1 file changed, 1 insertion(+) 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