From c1ec41dffb488109740bce2c2354db917fb6c20f Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 28 Feb 2024 20:32:35 +0100 Subject: feat: add utility macros library --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fccec2b..5eacd0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [workspace] -members = ["glfw", "engine", "ecs", "ecs-macros"] +members = ["glfw", "engine", "ecs", "ecs-macros", "util-macros"] [dependencies] engine = { path = "./engine", features = ["debug"] } -- cgit v1.2.3-18-g5258