mirror of
https://github.com/lightsoutgames/bevy_full_throttle
synced 2024-11-09 23:15:57 +00:00
Nolan Darilek
7982cec46b
All checks were successful
continuous-integration/drone/push Build is passing
23 lines
769 B
TOML
23 lines
769 B
TOML
[package]
|
|
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.2.2"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bevy = { version = "0.10", default-features = false }
|
|
ctrlc = "3"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
windows = { version = "0.48", features = ["Win32_Foundation", "Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] }
|
|
|
|
[package.metadata.release]
|
|
publish = false
|
|
push = false
|
|
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]
|
|
pre-release-commit-message = "Release"
|