bevy/crates/bevy_transform/src
Benjamin Brienen 7112d5594e
Remove all deprecated code (#16338)
# Objective

Release cycle things

## Solution

Delete items deprecated in 0.15 and migrate bevy itself.

## Testing

CI
2025-01-05 20:33:39 +00:00
..
components Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
commands.rs Refactor hierarchy-related commands to remove structs (#17029) 2024-12-30 20:58:03 +00:00
helper.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
lib.rs Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
plugins.rs Add no_std support to bevy_transform (#17030) 2024-12-30 21:01:13 +00:00
systems.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
traits.rs