bevy_full_throttle/Cargo.toml

13 lines
429 B
TOML
Raw Normal View History

2022-01-19 20:52:52 +00:00
[package]
name = "bevy_full_throttle"
2022-01-19 22:44:50 +00:00
license = "MIT OR Apache-2.0"
2022-01-19 20:52:52 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-08-02 22:22:17 +00:00
bevy = { version = "0.8", default-features = false }
2022-01-19 20:52:52 +00:00
[target.'cfg(windows)'.dependencies]
2022-10-04 19:52:36 +00:00
windows = { version = "0.42", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] }