File: disable-windows.patch

package info (click to toggle)
rust-simple-logger 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -84,7 +84,7 @@
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "^0.48.0"
-features = [
-    "Win32_System_Console",
-    "Win32_Foundation",
-]
+#[target."cfg(windows)".dependencies.windows-sys]
+#version = "^0.48.0"
+#features = [
+#    "Win32_System_Console",
+#    "Win32_Foundation",
+#]