diff --git a/Cargo.toml b/Cargo.toml index e265d58..dd4a49d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bevy_full_throttle" description = "Enable CPU performance mode for Bevy games" license = "MIT OR Apache-2.0" repository = "https://labs.lightsout.games/projects/bevy_full_throttle" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -12,7 +12,7 @@ edition = "2021" bevy = { version = "0.9", default-features = false } [target.'cfg(windows)'.dependencies] -windows = { version = "0.43", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } +windows = { version = "0.44", features = ["Win32_Foundation", "Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } [package.metadata.release] publish = false