File: remove-windows-deps.patch

package info (click to toggle)
rust-termbg 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -90,11 +90,3 @@
 [dev-dependencies.either]
 version = "1.13.0"
 
-[target.'cfg(target_os = "windows")'.dependencies.winapi]
-version = "0.3"
-features = [
-    "wincon",
-    "winbase",
-    "processenv",
-    "impl-default",
-]