diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-02-17 16:24:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-17 16:24:27 +0000 |
commit | eb1a28ce581fbd42a5e0e1418d7c2c070cfe7545 (patch) | |
tree | f61df07b0e2a847999b9f83b4448e55aaf442262 /alacritty_terminal | |
parent | ff09e393090ebe1ac01322823e3b1fe373a253bf (diff) | |
download | alacritty-eb1a28ce581fbd42a5e0e1418d7c2c070cfe7545.tar.gz alacritty-eb1a28ce581fbd42a5e0e1418d7c2c070cfe7545.zip |
Extract winpty crate
The winpty crate and its winpty-sys depedency have been moved to
https://github.com/alacritty/winpty.
Diffstat (limited to 'alacritty_terminal')
-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 d935470d..62b9b6eb 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -31,7 +31,7 @@ nix = "0.16.1" signal-hook = { version = "0.1", features = ["mio-support"] } [target.'cfg(windows)'.dependencies] -winpty = { path = "../winpty" } +winpty = "0.2.0" mio-named-pipes = "0.1" miow = "0.3" winapi = { version = "0.3.7", features = [ |