bevy/crates/bevy_diagnostic/Cargo.toml
2020-04-24 17:57:20 -07:00

11 lines
304 B
TOML

[package]
name = "bevy_diagnostic"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
[dependencies]
bevy_app = { path = "../bevy_app" }
bevy_core = { path = "../bevy_core" }
legion = { path = "../bevy_legion" }
uuid = { version = "0.8", features = ["v4", "serde"] }