diff --git a/Cargo.toml b/Cargo.toml index 3918330..6a8647a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ edition = "2021" bevy = { version = "0.8", default-features = false } [target.'cfg(windows)'.dependencies] -windows = { version = "0.40", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } \ No newline at end of file +windows = { version = "0.42", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } \ No newline at end of file