Add indexmap to raidillon_glium

This commit is contained in:
reo 2025-08-10 13:37:45 +03:00
parent 84f8a495b7
commit ec04d921e8

View file

@ -11,3 +11,4 @@ gltf = { version = "1.4.1", features = ["import", "utils", "KHR_texture_transfor
raidillon_platform = { path = "../raidillon_platform" }
raidillon_core = { path = "../raidillon_core" }
winit = "0.30.12"
indexmap = "2.10.0"