mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
20 lines
497 B
TOML
20 lines
497 B
TOML
[package]
|
|
authors = ["Marcel Märtens <marcel.cochem@googlemail.com>"]
|
|
edition = "2021"
|
|
name = "veloren-common-ecs"
|
|
version = "0.10.0"
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
|
|
tracing = { version = "0.1", default-features = false }
|
|
common-base = { package = "veloren-common-base", path = "../base" }
|
|
|
|
# ECS
|
|
specs = { git = "https://github.com/amethyst/specs.git", features = ["serde", "storage-event-control"], rev = "f985bec5d456f7b0dd8aae99848f9473c2cd9d46" }
|
|
|
|
[dev-dependencies]
|
|
#bench
|
|
float-cmp = "0.9.0"
|