diff options
| author | HampusM <hampus@hampusmat.com> | 2026-09-01 18:24:39 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-09-01 18:24:39 +0200 |
| commit | 12f7283b34b9504cafe9448ede110b1fc2a3ae41 (patch) | |
| tree | 529644b6722382e14461c41f28ae42f2f5404132 /engine/Cargo.toml | |
| parent | 632a7188ea267c93b5317ceffd18f1dab0e97cbe (diff) | |
refactor(engine): replace MapVec with intmap crate
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 63c86ea..322e6c3 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -15,6 +15,7 @@ safer-ffi = "0.1.13" crossbeam-queue = "0.3.12" parking_lot = "0.12.3" circular-buffer = "2.0.0" +intmap = "3.1.3" engine-macros = { workspace = true } engine-ecs = { workspace = true } engine-reflection = { workspace = true } |
