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 /Cargo.lock | |
| parent | 412cee02c252f91bcf0b70a3f5cc5fca6d2b4c62 (diff) | |
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 60 |
1 files changed, 30 insertions, 30 deletions
@@ -553,35 +553,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" [[package]] -name = "ecs" -version = "0.1.0" -dependencies = [ - "anyhow", - "backtrace", - "criterion", - "ecs-macros", - "hashbrown 0.15.2", - "parking_lot", - "paste", - "seq-macro", - "thiserror", - "tracing", - "tracing-subscriber", - "util-macros", - "vizoxide", -] - -[[package]] -name = "ecs-macros" -version = "0.1.0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.100", - "toml", -] - -[[package]] name = "either" version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -595,7 +566,7 @@ dependencies = [ "build-rs", "cfg_aliases", "crossbeam-channel", - "ecs", + "engine-ecs", "engine-macros", "glutin", "image", @@ -617,6 +588,35 @@ dependencies = [ ] [[package]] +name = "engine-ecs" +version = "0.1.0" +dependencies = [ + "anyhow", + "backtrace", + "criterion", + "engine-ecs-macros", + "hashbrown 0.15.2", + "parking_lot", + "paste", + "seq-macro", + "thiserror", + "tracing", + "tracing-subscriber", + "util-macros", + "vizoxide", +] + +[[package]] +name = "engine-ecs-macros" +version = "0.1.0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", + "toml", +] + +[[package]] name = "engine-macros" version = "0.1.0" dependencies = [ |
