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 /src/lib.rs | |
parent | ec6f756946c998d327316d370b381003e51d3a70 (diff) | |
download | alacritty-f1bc6802e1d0d03feaa43e61c2bf465795a96da9.tar.gz alacritty-f1bc6802e1d0d03feaa43e61c2bf465795a96da9.zip |
Add support for Windows ConPTY APIv0.2.4-conpty
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -20,19 +20,6 @@ #[macro_use] extern crate log; #[macro_use] extern crate serde_derive; -#[cfg(windows)] -extern crate mio_named_pipes; -#[cfg(windows)] -extern crate winapi; -#[cfg(windows)] -extern crate winpty; -#[cfg(windows)] -extern crate dunce; -#[cfg(windows)] -extern crate image; -#[cfg(windows)] -extern crate dirs; - #[cfg(target_os = "macos")] #[macro_use] extern crate objc; |