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.
windows-sys
Win32_Storage_FileSystem
Win32_System_Threading
1 parent 2a6cad4 commit 84d71bfCopy full SHA for 84d71bf
yazi-adapter/Cargo.toml
@@ -29,7 +29,7 @@ tracing = { workspace = true }
29
libc = { workspace = true }
30
31
[target.'cfg(windows)'.dependencies]
32
-windows-sys = { version = "0.59.0", features = [ "Win32_UI_Shell" ] }
+windows-sys = { version = "0.59.0", features = [ "Win32_Storage_FileSystem", "Win32_System_Threading" ] }
33
34
[target.'cfg(target_os = "macos")'.dependencies]
35
crossterm = { workspace = true, features = [ "use-dev-tty", "libc" ] }
0 commit comments