summaryrefslogtreecommitdiff
path: root/ecs/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-11-16 17:14:20 +0100
committerHampusM <hampus@hampusmat.com>2024-11-16 17:14:20 +0100
commitc9a07ff61b607478e264fc0581076643c750fe98 (patch)
tree640e6c6309af6f86df49c492057d281f5f7ea420 /ecs/Cargo.toml
parent136d0511972fd31a82331cf769f8d309cd3438f8 (diff)
refactor(ecs): remove system param compatability checking
Diffstat (limited to 'ecs/Cargo.toml')
-rw-r--r--ecs/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml
index 0f86ef7..342f087 100644
--- a/ecs/Cargo.toml
+++ b/ecs/Cargo.toml
@@ -5,7 +5,6 @@ edition = "2021"
[features]
debug = ["dep:tracing"]
-system-param-compat-checks = []
[dependencies]
seq-macro = "0.3.5"