wip: engine enhancements and fixes

This commit is contained in:
reo 2025-08-24 18:49:41 +03:00
parent 9816f14f53
commit cc7921a5fe
27 changed files with 347 additions and 32 deletions

View file

@ -11,5 +11,6 @@ gltf = { version = "1.4.1", features = ["import", "utils", "KHR_texture_transfor
raidillon_platform = { path = "../platform" }
raidillon_core = { path = "../core" }
raidillon_assets = { path = "../asset" }
raidillon_ecs = { path = "../ecs" }
winit = "0.30.12"
indexmap = "2.10.0"