diff --git a/yazi-term/Cargo.toml b/yazi-term/Cargo.toml index 69c080ec..b3efd7cb 100644 --- a/yazi-term/Cargo.toml +++ b/yazi-term/Cargo.toml @@ -27,4 +27,4 @@ libc = { workspace = true } crossterm = { workspace = true, features = [ "use-dev-tty", "libc" ] } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.59.0", features = [ "Win32_Globalization", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Console", "Win32_System_Threading" ] } +windows-sys = { version = "0.59.0", features = [ "Win32_Globalization", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Console", "Win32_System_Threading", "Win32_Security" ] }