From 76d782195e3cc19832ad57ffffda4e953c6970b3 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 4 Feb 2025 18:04:32 +0100 Subject: chore(ecs): use parking_lot for inner rwlock of Lock --- 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 738998f..4945171 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -10,6 +10,7 @@ thiserror = "1.0.49" tracing = "0.1.39" linkme = "0.3.29" hashbrown = "0.15.2" +parking_lot = "0.12.3" ecs-macros = { path = "../ecs-macros" } util-macros = { path = "../util-macros" } -- cgit v1.2.3-18-g5258