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
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 28m19s
This commit is contained in:
parent
62275f20d9
commit
6bc3dbd53d
2 changed files with 331 additions and 221 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue