stdx: Include all required windows-sys APIs
This commit is contained in:
parent
6ba46e5cbf
commit
8f6793a181
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ regex-cursor = "0.1.4"
|
||||||
bitflags = "2.6"
|
bitflags = "2.6"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
windows-sys = { version = "0.59", features = ["Win32_Security", "Win32_Security_Authorization", "Win32_System_Threading"] }
|
windows-sys = { version = "0.59", features = ["Win32_Foundation", "Win32_Security", "Win32_Security_Authorization", "Win32_Storage_FileSystem", "Win32_System_Threading"] }
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
rustix = { version = "0.38", features = ["fs"] }
|
rustix = { version = "0.38", features = ["fs"] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue