diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,13 +4,13 @@ version = "0.1.0" edition = "2021" [workspace] -members = ["engine*", "ecs*", "util-macros", "opengl-bindings"] +members = ["engine*", "util-macros", "opengl-bindings"] [workspace.dependencies] engine = { path = "engine" } engine-macros = { path = "engine-macros" } -ecs = { path = "ecs" } -ecs-macros = { path = "ecs-macros" } +engine-ecs = { path = "engine-ecs" } +engine-ecs-macros = { path = "engine-ecs-macros" } util-macros= { path = "util-macros" } opengl-bindings = { path = "opengl-bindings" } |
