aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-10-18 13:47:26 +0000
committerGitHub <noreply@github.com>2024-10-18 13:47:26 +0000
commitf90d2964a6eda906d61b76f5e0ec7b9e44c12cb1 (patch)
treec2b446a600e1401e5e90648af3116a3fff66aa01 /alacritty_terminal
parent674635c27c2a4a906a5e95d522ee8f767e36cbd2 (diff)
downloadalacritty-f90d2964a6eda906d61b76f5e0ec7b9e44c12cb1.tar.gz
alacritty-f90d2964a6eda906d61b76f5e0ec7b9e44c12cb1.zip
Revert "Add unicode 16 support"
This reverts commit 5dca7a85e7d8e98f8e770c17af8efb442c2277d0.
Diffstat (limited to 'alacritty_terminal')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 6ac1ebb3..e643e081 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -23,7 +23,7 @@ log = "0.4"
parking_lot = "0.12.0"
polling = "3.0.0"
regex-automata = "0.4.3"
-unicode-width = { package = "unicode-width-16", version = "0.1.0" }
+unicode-width = "0.1"
vte = { version = "0.13.0", default-features = false, features = ["ansi", "serde"] }
serde = { version = "1", features = ["derive", "rc"], optional = true }