rename utf8 → unicode
This commit is contained in:
parent
849c6c8bea
commit
3d1d6883f2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue