chore: Update windows to v0.46.

This commit is contained in:
Nolan Darilek 2023-03-28 14:14:52 -05:00
parent 3bc74a3f22
commit 97a45f9d48

View File

@ -13,7 +13,7 @@ bevy = { version = "0.10", default-features = false }
ctrlc = "3" ctrlc = "3"
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
windows = { version = "0.44", features = ["Win32_Foundation", "Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } windows = { version = "0.46", features = ["Win32_Foundation", "Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] }
[package.metadata.release] [package.metadata.release]
publish = false publish = false