mirror of
https://github.com/lightsoutgames/bevy_full_throttle
synced 2024-11-13 00:45:57 +00:00
13 lines
429 B
TOML
13 lines
429 B
TOML
[package]
|
|
name = "bevy_full_throttle"
|
|
license = "MIT OR Apache-2.0"
|
|
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.7", default-features = false }
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
windows = { version = "0.38", features = ["Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } |