diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-22 22:53:35 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-22 22:53:35 +0200 |
commit | 7af802e1dfcdbd4d863fec9a8f88229694926860 (patch) | |
tree | dcb6a5e811a65bbf794de31ffe68cd1ccb355c28 /ecs/Cargo.toml | |
parent | fec7e1a774cde71632a3032253017604b3e1ca14 (diff) |
fix(ecs): disable system param compatability checks by default
Diffstat (limited to 'ecs/Cargo.toml')
-rw-r--r-- | ecs/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml index ad0f373..069482d 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [features] debug = ["dep:tracing"] +system-param-compat-checks = [] [dependencies] seq-macro = "0.3.5" |