From 7af802e1dfcdbd4d863fec9a8f88229694926860 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 22 Jun 2024 22:53:35 +0200 Subject: fix(ecs): disable system param compatability checks by default --- ecs/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'ecs/Cargo.toml') 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" -- cgit v1.2.3-18-g5258