1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: remove winapi
winapi isn't required
Author: ed-debian@s5h.net
Origin: other
Forwarded: not-needed
Last-Update: 2025-12-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
diff --git a/Cargo.toml b/Cargo.toml
index db4421a..6b1cd4f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,6 +29,3 @@ version = "0.4"
version = "0.10"
[target."cfg(unix)".dependencies.libc]
version = "0.2.86"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["handleapi", "memoryapi", "processthreadsapi", "sysinfoapi", "winnt"]
|