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 /engine/Cargo.toml | |
| parent | 412cee02c252f91bcf0b70a3f5cc5fca6d2b4c62 (diff) | |
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml index cd4902f..9b91df8 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -15,7 +15,7 @@ parking_lot = "0.12.3" crossbeam-channel = "0.5.15" safer-ffi = "0.1.13" nu-ansi-term = "0.46.0" -ecs = { workspace = true } +engine-ecs = { workspace = true } util-macros = { workspace = true } opengl-bindings = { workspace = true } engine-macros = { workspace = true } |
