From d5a744b0909c4b2bec397ae4dcd43b56aba355c6 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 19 May 2026 00:12:11 +0200 Subject: feat(ecs): add error handling --- ecs/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ecs/Cargo.toml') diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml index 31fa169..0a94ff0 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -13,6 +13,8 @@ thiserror = "1.0.49" tracing = "0.1.39" hashbrown = "0.15.2" parking_lot = "0.12.3" +anyhow = "1.0.102" +backtrace = "0.3.76" ecs-macros = { workspace = true } util-macros = { workspace = true } vizoxide = { version = "1.0.5", optional = true } @@ -22,6 +24,11 @@ version = "0.5.1" default-features = false features = ["cargo_bench_support"] +[dev-dependencies.tracing-subscriber] +version = "0.3.17" +default-features = false +features = ["std", "ansi", "fmt", "smallvec", "env-filter", "chrono"] + [[bench]] name = "query" harness = false -- cgit v1.2.3-18-g5258