fix: remove unneeded win32 dependency

Foundation is not needed, I simply added because I was eager to see if it solved the problem faster... oh well
This commit is contained in:
Kreijstal 2025-05-06 13:41:44 +02:00 committed by GitHub
parent dc1f06dc5d
commit 0b39465278
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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_Foundation", "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"] }