feat(ecs): add rudimentary sparse set impl

This commit is contained in:
BitSyndicate 2025-04-20 23:54:16 +02:00
parent c74e264559
commit 0e0f9331f9
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
5 changed files with 279 additions and 0 deletions

View file

@ -54,6 +54,7 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
vulkano = "0.35.1"
wgpu = { version = "25.0.0", features = ["spirv"] }
zlog.workspace = true
allocator-api2 = "0.2.21"
[target.aarch64-linux-android.dependencies]
winit = { version = "0.30.9", features = ["android-native-activity"] }