summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-03-17 13:18:56 +0100
committerHampusM <hampus@hampusmat.com>2026-03-17 13:19:14 +0100
commit21aafa3b070425e1fa84d2c6bb322e75cb52dfd5 (patch)
treef90303f4761136e5885b8ceda4ec2c92dfd00f55 /Cargo.toml
parentd0cac9159e6ddfe5dbb9b32036e7258f6e51d47e (diff)
feat(engine): add macro for reflection
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 21eb777..ac12a44 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[workspace]
-members = ["engine", "ecs", "ecs-macros", "util-macros", "opengl-bindings"]
+members = ["engine", "engine-macros", "ecs", "ecs-macros", "util-macros", "opengl-bindings"]
[dependencies]
engine = { path = "./engine" }