aboutsummaryrefslogtreecommitdiff
path: root/alacritty/Cargo.toml
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/Cargo.toml
parent674635c27c2a4a906a5e95d522ee8f767e36cbd2 (diff)
downloadr-alacritty-f90d2964a6eda906d61b76f5e0ec7b9e44c12cb1.tar.gz
r-alacritty-f90d2964a6eda906d61b76f5e0ec7b9e44c12cb1.tar.bz2
r-alacritty-f90d2964a6eda906d61b76f5e0ec7b9e44c12cb1.zip
Revert "Add unicode 16 support"
This reverts commit 5dca7a85e7d8e98f8e770c17af8efb442c2277d0.
Diffstat (limited to 'alacritty/Cargo.toml')
-rw-r--r--alacritty/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml
index 81c186c9..ab44b046 100644
--- a/alacritty/Cargo.toml
+++ b/alacritty/Cargo.toml
@@ -40,7 +40,7 @@ serde_yaml = "0.9.25"
tempfile = "3.12.0"
toml = "0.8.2"
toml_edit = "0.22.21"
-unicode-width = { package = "unicode-width-16", version = "0.1.0" }
+unicode-width = "0.1"
winit = { version = "0.30.4", default-features = false, features = ["rwh_06", "serde"] }
[build-dependencies]