mirror of
https://github.com/lightsoutgames/bevy_full_throttle
synced 2024-11-12 23:45:56 +00:00
chore: Bump Windows dependencies.
This commit is contained in:
parent
90b7fbe652
commit
8c17c703c0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user