From 87cae26ecbf7ce911b7d34747a9188adf9f300a8 Mon Sep 17 00:00:00 2001 From: Jovansonlee Cesar Date: Fri, 4 Nov 2016 08:28:53 +0800 Subject: Reimplemented grid, with consideration for fullwidth characters, multiple characters occupying the same cell, and zero width characters --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1fc0c99..e474819 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ license = "Apache-2.0" [dependencies] svg = "0.5" clap = "2.16" +unicode-width = "0.1" [lib] -- cgit v1.2.3