diff options
Diffstat (limited to 'engine-ecs/Cargo.toml')
| -rw-r--r-- | engine-ecs/Cargo.toml | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
