fix: windows-sys features for Win32_Storage_FileSystem and Win32_System_Threading (#2417)

This commit is contained in:
三咲雅 · Misaki Masa 2025-02-28 19:03:40 +08:00 committed by GitHub
parent 2a6cad455f
commit 84d71bfa39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ tracing = { workspace = true }
libc = { workspace = true }
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.59.0", features = [ "Win32_UI_Shell" ] }
windows-sys = { version = "0.59.0", features = [ "Win32_Storage_FileSystem", "Win32_System_Threading" ] }
[target.'cfg(target_os = "macos")'.dependencies]
crossterm = { workspace = true, features = [ "use-dev-tty", "libc" ] }