diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-06-07 00:33:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 00:33:20 +0300 |
commit | 4f5f8412966626771043bd3a90800124fed44ebe (patch) | |
tree | 264e8ffa917324b5e30b7532fcf7d773382012c3 /alacritty_terminal/Cargo.toml | |
parent | 7aafbb757d485c5ff065324464dde8b5322cdd92 (diff) | |
download | alacritty-4f5f8412966626771043bd3a90800124fed44ebe.tar.gz alacritty-4f5f8412966626771043bd3a90800124fed44ebe.zip |
Remove copypasta dependency from alacritty_terminal
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index f6f0f365..04eba7e5 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -22,7 +22,6 @@ log = "0.4" unicode-width = "0.1" base64 = "0.11.0" terminfo = "0.7.1" -copypasta = { version = "0.7.0", default-features = false } [target.'cfg(unix)'.dependencies] nix = "0.17.0" @@ -42,9 +41,7 @@ mio-anonymous-pipes = "0.1" objc = "0.2.2" [features] -default = ["x11", "wayland", "winpty"] -x11 = ["copypasta/x11"] -wayland = ["copypasta/wayland"] +default = ["winpty"] nightly = [] bench = [] |