diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-10-18 13:47:26 +0000 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-10-22 23:10:01 +0000 |
commit | 948fd7e250da05fd08208911e43f38a8b2c7bf8f (patch) | |
tree | c16faf6d69f04843d7a7df8d9f9595d29ce8febf /alacritty_terminal/Cargo.toml | |
parent | 4cf18432c1bad39ee87e9b13203a6d9295f73120 (diff) | |
download | alacritty-948fd7e250da05fd08208911e43f38a8b2c7bf8f.tar.gz alacritty-948fd7e250da05fd08208911e43f38a8b2c7bf8f.zip |
Revert "Add unicode 16 support"
This reverts commit 5dca7a85e7d8e98f8e770c17af8efb442c2277d0.
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 057fe7e4..762a539a 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 } |