From 21c582507ae2dc9d264c80719e39ac47d3b0122b Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 28 Feb 2024 22:30:38 +0100 Subject: refactor(ecs): use better system input type filtering solution --- ecs/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ecs/Cargo.toml') diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml index ba31a1d..618dd48 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -5,7 +5,9 @@ edition = "2021" [dependencies] seq-macro = "0.3.5" +paste = "1.0.14" ecs-macros = { path = "../ecs-macros" } +util-macros = { path = "../util-macros" } [build-dependencies] quote = "1.0.35" -- cgit v1.2.3-18-g5258