From 8022e8998290b067b8aa0cb9cba8ba410826bdab Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 21 May 2026 17:55:20 +0200 Subject: chore: rename ecs* crates to engine-ecs* --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 98b5502..5062219 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } -- cgit v1.2.3-18-g5258