mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
17 lines
No EOL
421 B
TOML
17 lines
No EOL
421 B
TOML
[package]
|
|
name = "bevy_ecs"
|
|
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
|
|
|
|
[features]
|
|
profiler = []
|
|
|
|
[dependencies]
|
|
hecs = { path = "hecs", features = ["macros", "serialize"] }
|
|
uuid = { version = "0.8", features = ["v4", "serde"] }
|
|
rand = "0.7.2"
|
|
rayon = "1.3"
|
|
downcast-rs = "1.1.1" |