summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-02-17 16:24:27 +0000
committerGitHub <noreply@github.com>2020-02-17 16:24:27 +0000
commiteb1a28ce581fbd42a5e0e1418d7c2c070cfe7545 (patch)
treef61df07b0e2a847999b9f83b4448e55aaf442262 /Cargo.toml
parentff09e393090ebe1ac01322823e3b1fe373a253bf (diff)
Extract winpty crate
The winpty crate and its winpty-sys depedency have been moved to https://github.com/alacritty/winpty.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 415ceb9f..fe1c8471 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,6 @@ members = [
"alacritty",
"alacritty_terminal",
"font",
- "winpty"
]
[profile.release]