mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +00:00
14 lines
441 B
TOML
14 lines
441 B
TOML
[package]
|
|
authors = ["Carter Anderson <mcanders1@gmail.com>"]
|
|
edition = "2018"
|
|
name = "bevy_property"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
bevy_ecs = {path = "../bevy_ecs"}
|
|
bevy_math = {path = "../bevy_math"}
|
|
bevy_property_derive = {path = "bevy_property_derive"}
|
|
erased-serde = "0.3"
|
|
ron = {git = "https://github.com/ron-rs/ron", rev = "35355ba7eb495f07282162826c29873154c2fa14"}
|
|
serde = "1"
|
|
smallvec = {version = "1.4", features = ["serde"]}
|