diff options
author | Joe Wilm <joe@jwilm.com> | 2017-03-01 22:24:37 -0800 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-03-02 09:19:01 -0800 |
commit | 119c7d2856aea24d9d29040b97b778e50c88e70d (patch) | |
tree | 2eac3ed6bb53f883d9e550b06ce9271f22155aa8 /Cargo.lock | |
parent | 55876522a2f4f93ea9ee0e1b4fec9d81621ae0cf (diff) | |
download | alacritty-119c7d2856aea24d9d29040b97b778e50c88e70d.tar.gz alacritty-119c7d2856aea24d9d29040b97b778e50c88e70d.zip |
Add support for wide characters
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ dependencies = [ "serde_derive 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "vte 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "xdg 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] |