File: disable-windows.diff

package info (click to toggle)
rust-atty 0.2.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: makefile: 8
file content (13 lines) | stat: -rw-r--r-- 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index a84641c..a89a98f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,8 +25,3 @@ repository = "https://github.com/softprops/atty"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
 default-features = false
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["consoleapi", "processenv", "minwinbase", "minwindef", "winbase"]
-[badges.travis-ci]
-repository = "softprops/atty"