From f71f967a8d804181038116fe2ad9776c08ddcfbc Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 2 Nov 2024 21:11:55 +0100 Subject: feat(ecs): add creating static entities --- 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 069482d..0f86ef7 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -12,6 +12,7 @@ seq-macro = "0.3.5" paste = "1.0.14" thiserror = "1.0.49" tracing = { version = "0.1.39", optional = true } +linkme = "0.3.29" ecs-macros = { path = "../ecs-macros" } util-macros = { path = "../util-macros" } -- cgit v1.2.3-18-g5258