mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 23:24:44 +00:00
16 lines
No EOL
492 B
TOML
16 lines
No EOL
492 B
TOML
[package]
|
|
name = "bevy_scene"
|
|
version = "0.1.0"
|
|
authors = ["Carter Anderson <mcanders1@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bevy_app = { path = "../bevy_app" }
|
|
bevy_asset = { path = "../bevy_asset" }
|
|
bevy_component_registry = { path = "../bevy_component_registry" }
|
|
bevy_property = { path = "../bevy_property" }
|
|
legion = { path = "../bevy_legion", features = ["serialize"] }
|
|
serde = { version = "1.0", features = ["derive"]}
|
|
ron = { path = "../ron" }
|
|
anyhow = "1.0"
|
|
thiserror = "1.0" |