remove unnecessary Win32_Foundation feature from windows import

This commit is contained in:
2025-12-07 11:18:46 +00:00
parent cbdcb32fc3
commit 6bd77dbe37
+2 -6
View File
@@ -12,15 +12,11 @@ keywords = ["memory", "game", "hacking", "process"]
derive_more = { version = "2", features = ["debug", "display"] }
log = "0.4"
thiserror = "2"
[dependencies.windows]
version = "0.62"
features = [
"Win32_Foundation",
windows = { version = "0.62", features = [
"Win32_System_Threading",
"Win32_System_Diagnostics_ToolHelp",
"Win32_System_Diagnostics_Debug",
]
] }
[lib]
doctest = false