chore: Bump Windows dependencies.

This commit is contained in:
Nolan Darilek 2023-01-31 10:41:45 -06:00
parent 90b7fbe652
commit 8c17c703c0

View File

@ -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