Add indexmap to raidillon_core

This commit is contained in:
reo 2025-08-10 13:37:58 +03:00
parent ec04d921e8
commit 03e8f34dba

View file

@ -5,3 +5,5 @@ edition = "2024"
[dependencies]
hecs = "0.10.5"
indexmap = "2.10.0"
raidillon_platform = { path = "../raidillon_platform" }