diff options
| author | HampusM <hampus@hampusmat.com> | 2026-03-17 13:18:56 +0100 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-03-17 13:19:14 +0100 |
| commit | 21aafa3b070425e1fa84d2c6bb322e75cb52dfd5 (patch) | |
| tree | f90303f4761136e5885b8ceda4ec2c92dfd00f55 /Cargo.toml | |
| parent | d0cac9159e6ddfe5dbb9b32036e7258f6e51d47e (diff) | |
feat(engine): add macro for reflection
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |
