From bb7c7d2f7d9bd9ad074c0186f5d503ee96b2f106 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 9 Aug 2025 12:37:46 +0200 Subject: fix(ecs): remove use of linkme to make pc-windows-gnu builds work Linkme is broken on the x86_64-pc-windows-gnu target (see https://github.com/dtolnay/linkme/issues/25) so static entities are now called entity declarations and must be created manually. --- ecs/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'ecs/Cargo.toml') diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml index cf35a74..5ea9fc7 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -11,7 +11,6 @@ seq-macro = "0.3.5" paste = "1.0.14" 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" } -- cgit v1.2.3-18-g5258