mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 22:50:19 +00:00
15 lines
No EOL
588 B
TOML
15 lines
No EOL
588 B
TOML
[package]
|
|
name = "bevy_property"
|
|
version = "0.1.0"
|
|
authors = ["Carter Anderson <mcanders1@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
serde = "1"
|
|
erased-serde = "0.3"
|
|
bevy_property_derive = { path = "bevy_property_derive" }
|
|
ron = { git = "https://github.com/ron-rs/ron", rev = "35355ba7eb495f07282162826c29873154c2fa14" }
|
|
glam = { version = "0.8.7", features = ["serde"] }
|
|
legion = { path = "../bevy_legion" }
|
|
smallvec = { version = "1.4", features = ["serde"] }
|
|
euclid = { git = "https://github.com/servo/euclid", rev = "1a8b95d46fa33978f7a6dcbb7a4c0f2a0550a1c9", features = ["serde"]} |