summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2016-11-04 08:28:53 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2016-11-04 08:28:53 +0800
commit87cae26ecbf7ce911b7d34747a9188adf9f300a8 (patch)
treea73d5ae6b2d7c9d25329974a22fee2a1dea2e859 /Cargo.toml
parent90f09ece8a00e36e86024aff952ffd974347c802 (diff)
Reimplemented grid, with consideration for fullwidth characters, multiple characters occupying the same cell, and zero width characters
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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]