File: remove-windows.diff

package info (click to toggle)
rust-clearscreen 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 408 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,3 +41,2 @@
 [features]
-windows-console = []
 
@@ -75,12 +74,1 @@ features = [
 default-features = false
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59.0"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Console",
-    "Win32_System_SystemInformation",
-    "Win32_System_SystemServices",
-    "Win32_NetworkManagement_NetManagement",
-]
-default-features = false