diff options
| author | HampusM <hampus@hampusmat.com> | 2026-05-21 17:55:20 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-05-21 17:55:20 +0200 |
| commit | 8022e8998290b067b8aa0cb9cba8ba410826bdab (patch) | |
| tree | 7171e79ce530e03079046ee8fd12167160c45480 /ecs-macros/Cargo.toml | |
| parent | 412cee02c252f91bcf0b70a3f5cc5fca6d2b4c62 (diff) | |
chore: rename ecs* crates to engine-ecs*
Diffstat (limited to 'ecs-macros/Cargo.toml')
| -rw-r--r-- | ecs-macros/Cargo.toml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ecs-macros/Cargo.toml b/ecs-macros/Cargo.toml deleted file mode 100644 index cf323fc..0000000 --- a/ecs-macros/Cargo.toml +++ /dev/null @@ -1,14 +0,0 @@ -[package] -name = "ecs-macros" -version = "0.1.0" -edition = "2021" - -[lib] -proc-macro = true - -[dependencies] -quote = "1.0.35" -syn = { version = "2.0.51", features = ["full"] } -proc-macro2 = "1.0.78" -toml = "0.8.12" - |
