summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-02-28 20:32:35 +0100
committerHampusM <hampus@hampusmat.com>2024-02-28 21:34:18 +0100
commitc1ec41dffb488109740bce2c2354db917fb6c20f (patch)
tree5755830de21d28c57ca08474779a885337ab2d48 /Cargo.toml
parent815d04da602c58ed8b13eeb612fe73180204039d (diff)
feat: add utility macros library
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }