remove unnecessary Win32_Foundation feature from windows import
This commit is contained in:
+2
-6
@@ -12,15 +12,11 @@ keywords = ["memory", "game", "hacking", "process"]
|
|||||||
derive_more = { version = "2", features = ["debug", "display"] }
|
derive_more = { version = "2", features = ["debug", "display"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
thiserror = "2"
|
thiserror = "2"
|
||||||
|
windows = { version = "0.62", features = [
|
||||||
[dependencies.windows]
|
|
||||||
version = "0.62"
|
|
||||||
features = [
|
|
||||||
"Win32_Foundation",
|
|
||||||
"Win32_System_Threading",
|
"Win32_System_Threading",
|
||||||
"Win32_System_Diagnostics_ToolHelp",
|
"Win32_System_Diagnostics_ToolHelp",
|
||||||
"Win32_System_Diagnostics_Debug",
|
"Win32_System_Diagnostics_Debug",
|
||||||
]
|
] }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|||||||
Reference in New Issue
Block a user