summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parent90f09ece8a00e36e86024aff952ffd974347c802 (diff)
Reimplemented grid, with consideration for fullwidth characters, multiple characters occupying the same cell, and zero width characters
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3fadd20..b131d70 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5,6 +5,7 @@ dependencies = [
"clap 2.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
"handlebars 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
"svg 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]