File: disable-windows.diff

package info (click to toggle)
rust-command-group 5.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 480 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/Cargo.toml b/Cargo.toml
index 02bcdb6..17da2be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -94,15 +94,3 @@ features = [
     "signal",
 ]
 default-features = false
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = [
-    "impl-default",
-    "handleapi",
-    "ioapiset",
-    "jobapi2",
-    "processthreadsapi",
-    "tlhelp32",
-    "winbase",
-]