feat(ecs): add rudimentary sparse set impl

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

1
Cargo.lock generated
View file

@ -3685,6 +3685,7 @@ checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
name = "zenyx"
version = "0.1.0"
dependencies = [
"allocator-api2",
"bytemuck",
"cgmath",
"image",