bevy/crates/bevy_diagnostic/Cargo.toml

15 lines
329 B
TOML
Raw Normal View History

2020-04-06 07:12:54 +00:00
[package]
name = "bevy_diagnostic"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
[features]
profiler = []
2020-04-06 07:12:54 +00:00
[dependencies]
bevy_app = { path = "../bevy_app" }
bevy_core = { path = "../bevy_core" }
2020-07-10 04:18:35 +00:00
bevy_ecs = { path = "../bevy_ecs" }
2020-04-06 07:12:54 +00:00
uuid = { version = "0.8", features = ["v4", "serde"] }