From d37860a8ad9ec2bbc83bd906e2a3e1818c81643d Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 7 May 2025 09:55:39 +0800 Subject: [PATCH] .. --- yazi-term/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-term/Cargo.toml b/yazi-term/Cargo.toml index 64600165..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", "Win32_Security"] } +windows-sys = { version = "0.59.0", features = [ "Win32_Globalization", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Console", "Win32_System_Threading", "Win32_Security" ] }