bevy/benches/benches/bevy_ecs/world
targrub 13cbb9cf10
Move commands module into bevy::ecs::world (#12234)
# Objective

Fixes https://github.com/bevyengine/bevy/issues/11628

## Migration Guide

`Command` and `CommandQueue` have migrated from `bevy_ecs::system` to
`bevy_ecs::world`, so `use bevy_ecs::world::{Command, CommandQueue};`
when necessary.
2024-03-02 23:13:45 +00:00
..
commands.rs Move commands module into bevy::ecs::world (#12234) 2024-03-02 23:13:45 +00:00
entity_hash.rs Remove APIs deprecated in 0.13 (#11974) 2024-02-19 19:04:47 +00:00
mod.rs Remove APIs deprecated in 0.13 (#11974) 2024-02-19 19:04:47 +00:00
spawn.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
world_get.rs Remove APIs deprecated in 0.13 (#11974) 2024-02-19 19:04:47 +00:00