summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-11-17 17:49:05 +0300
committerGitHub <noreply@github.com>2020-11-17 17:49:05 +0300
commit9724418d350df881afe8453bde6eb88643e7211e (patch)
treee3f2cac36404430df1f5093226dcc9f944f66cc0 /Cargo.lock
parent8b10e5e77840c0477a4b1575f91a4549d010af04 (diff)
downloadalacritty-9724418d350df881afe8453bde6eb88643e7211e.tar.gz
alacritty-9724418d350df881afe8453bde6eb88643e7211e.zip
Fix wide characters being cut off
Fixes #791.
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 74820442..1eddd108 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -26,6 +26,7 @@ name = "alacritty"
version = "0.7.0-dev"
dependencies = [
"alacritty_terminal",
+ "bitflags",
"clap",
"copypasta",
"crossfont",