bevy_full_throttle/Cargo.toml

12 lines
399 B
TOML
Raw Normal View History

2022-01-19 20:52:52 +00:00
[package]
name = "bevy_full_throttle"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { version = "0.6", default-features = false }
[target.'cfg(windows)'.dependencies]
windows = { version = "0.30", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] }