We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c754ccd commit b1358eaCopy full SHA for b1358ea
1 file changed
src/uu/top/Cargo.toml
@@ -25,6 +25,8 @@ uu_w = { path = "../w" }
25
26
[target.'cfg(target_os="windows")'.dependencies]
27
windows-sys = { workspace = true, features = [
28
+ "Wdk",
29
+ "Wdk_System",
30
"Win32_System_RemoteDesktop",
31
"Win32_System_SystemInformation",
32
] }
0 commit comments