feat(ecs): add rudimentary sparse set impl
This commit is contained in:
parent
61efe943e0
commit
e290a46634
5 changed files with 279 additions and 0 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue