blob: 0f86ef75cd478a96157c7428875e59d0761001c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "ecs"
version = "0.1.0"
edition = "2021"
[features]
debug = ["dep:tracing"]
system-param-compat-checks = []
[dependencies]
seq-macro = "0.3.5"
paste = "1.0.14"
thiserror = "1.0.49"
tracing = { version = "0.1.39", optional = true }
linkme = "0.3.29"
ecs-macros = { path = "../ecs-macros" }
util-macros = { path = "../util-macros" }
|