diff options
author | HampusM <hampus@hampusmat.com> | 2025-02-02 21:35:18 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2025-02-02 21:35:18 +0100 |
commit | 9b07ebe0efbda2a62ccc25215fe6bf8939bcf272 (patch) | |
tree | 199ffa49009b0420b677c00f3f17dc8df98a8571 /ecs/Cargo.toml | |
parent | d313b72970b25878f34d39791f08d5e0d645d9d0 (diff) |
chore(ecs): remove 'debug' crate feature
Diffstat (limited to 'ecs/Cargo.toml')
-rw-r--r-- | ecs/Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml index 5e1abac..738998f 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -3,14 +3,11 @@ name = "ecs" version = "0.1.0" edition = "2021" -[features] -debug = ["dep:tracing"] - [dependencies] seq-macro = "0.3.5" paste = "1.0.14" thiserror = "1.0.49" -tracing = { version = "0.1.39", optional = true } +tracing = "0.1.39" linkme = "0.3.29" hashbrown = "0.15.2" ecs-macros = { path = "../ecs-macros" } |