File: drop-windows.patch

package info (click to toggle)
rust-generator 0.7.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: asm: 404; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: generator/Cargo.toml
===================================================================
--- generator.orig/Cargo.toml
+++ generator/Cargo.toml
@@ -53,12 +53,3 @@ version = "1.0"
 
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
-
-[target."cfg(windows)".dependencies.windows]
-version = "0.32"
-features = [
-    "Win32_System_Memory",
-    "Win32_Foundation",
-    "Win32_System_SystemInformation",
-    "Win32_System_Diagnostics_Debug",
-]