feat(ecs): add rudimentary sparse set impl
Some checks failed
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped
Build Zenyx ⚡ / 🔧 Setup Environment (push) Failing after 53s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🔧 Setup Environment (pull_request) Failing after 54s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (pull_request) Has been skipped

This commit is contained in:
BitSyndicate 2025-04-20 23:54:16 +02:00
parent 415cc477f7
commit 11774c227a
Signed by: 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",