From 5a07a635486c3a072e6578fbb725da1bab9a774c Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 6 Jul 2026 21:57:52 +0200 Subject: feat(engine): make context addable to errors & results --- engine-ecs/Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'engine-ecs/Cargo.toml') diff --git a/engine-ecs/Cargo.toml b/engine-ecs/Cargo.toml index 0c9da60..001cf54 100644 --- a/engine-ecs/Cargo.toml +++ b/engine-ecs/Cargo.toml @@ -14,12 +14,18 @@ tracing = "0.1.39" hashbrown = "0.15.2" parking_lot = "0.12.3" anyhow = "1.0.102" -backtrace = "0.3.76" engine-ecs-macros = { workspace = true } engine-reflection = { workspace = true } util-macros = { workspace = true } vizoxide = { version = "1.0.5", optional = true } +[target.'cfg(windows)'.dependencies.windows-sys] +version = "0.61.2" +features = ["Win32_System_Threading"] + +[target.'cfg(target_os = "linux")'.dependencies.libc] +version = "0.2.186" + [dev-dependencies.criterion] version = "0.5.1" default-features = false -- cgit v1.2.3-18-g5258