Migrate to bevy_ecs for more up to date ECS crates
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 28m19s

This commit is contained in:
Florian RICHER 2025-04-01 23:49:40 +02:00
parent 62275f20d9
commit 6bc3dbd53d
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 331 additions and 221 deletions

View file

@ -16,7 +16,7 @@ vulkano-shaders = "0.35"
glam = { version = "0.30" }
# ECS
apecs = "0.8"
bevy_ecs = "0.15.3"
# Log and tracing
log = "0.4"