mirror of
https://github.com/bevyengine/bevy
synced 2024-11-30 00:20:20 +00:00
13 lines
No EOL
349 B
TOML
13 lines
No EOL
349 B
TOML
[package]
|
|
name = "bevy_property"
|
|
version = "0.1.0"
|
|
authors = ["Carter Anderson <mcanders1@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde = "1"
|
|
erased-serde = "0.3"
|
|
bevy_property_derive = { path = "bevy_property_derive" }
|
|
ron = { path = "../ron" } |