From 61dfcf1ba2049bf0375821652e49b0e4c4147623 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 29 Mar 2024 14:20:21 +0100 Subject: feat(ecs): make World unwind safe --- ecs/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ecs/Cargo.toml') diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml index 44f1b24..ad0f373 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -3,9 +3,14 @@ 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 } ecs-macros = { path = "../ecs-macros" } util-macros = { path = "../util-macros" } -- cgit v1.2.3-18-g5258