diff options
author | David Hewitt <1939362+davidhewitt@users.noreply.github.com> | 2018-12-28 16:01:58 +0000 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-12-28 16:01:58 +0000 |
commit | f1bc6802e1d0d03feaa43e61c2bf465795a96da9 (patch) | |
tree | d2b993eb020631ca1de14b47eb0d9213ee37dd90 /Cargo.toml | |
parent | ec6f756946c998d327316d370b381003e51d3a70 (diff) | |
download | alacritty-f1bc6802e1d0d03feaa43e61c2bf465795a96da9.tar.gz alacritty-f1bc6802e1d0d03feaa43e61c2bf465795a96da9.zip |
Add support for Windows ConPTY APIv0.2.4-conpty
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -58,9 +58,12 @@ x11-dl = "2" [target.'cfg(windows)'.dependencies] winpty = { path = "./winpty" } mio-named-pipes = "0.1" -winapi = { version = "0.3.5", features = ["winuser", "synchapi", "roerrorapi", "winerror"]} +miow = "0.3" +winapi = { version = "0.3.5", features = ["impl-default", "winuser", "synchapi", "roerrorapi", "winerror", "wincon"]} dunce = "0.1" dirs = "1.0" +widestring = "0.4" +mio-anonymous-pipes = "0.1" [target.'cfg(target_os = "macos")'.dependencies] objc = "0.2.2" |