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