bevy/crates/bevy_scene/Cargo.toml

16 lines
554 B
TOML
Raw Normal View History

[package]
2020-05-22 00:21:33 +00:00
name = "bevy_scene"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
[dependencies]
2020-05-22 00:21:33 +00:00
bevy_app = { path = "../bevy_app" }
bevy_asset = { path = "../bevy_asset" }
bevy_type_registry = { path = "../bevy_type_registry" }
bevy_property = { path = "../bevy_property" }
legion = { path = "../bevy_legion", features = ["serialize"] }
serde = { version = "1.0", features = ["derive"]}
2020-05-27 20:10:43 +00:00
ron = { git = "https://github.com/ron-rs/ron", rev = "b43c1074d517131fd0cfc1deb96e11f95d6f42d8" }
anyhow = "1.0"
thiserror = "1.0"