diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-11-06 17:33:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-06 17:33:02 +0000 |
commit | 3957a2555dbd81271d3e29a2f0b8f07258037e7b (patch) | |
tree | f0e5a71b5439e60eb1b20250d6ce289fc1c00bf0 /alacritty_terminal/Cargo.toml | |
parent | 812c8bc14a4214e9d0970e7a333be72e745137b2 (diff) | |
download | alacritty-3957a2555dbd81271d3e29a2f0b8f07258037e7b.tar.gz alacritty-3957a2555dbd81271d3e29a2f0b8f07258037e7b.zip |
Deprecate the WinPTY backend
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 83c5b416..89da83bd 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -41,7 +41,7 @@ mio-anonymous-pipes = "0.1" winpty = { version = "0.2.0", optional = true } [features] -default = ["winpty"] +default = [] bench = [] [dev-dependencies] |