bevy/crates
Sean Kim 294e0db719
Rename track_change_detection flag to track_location (#17075)
# Objective

- As stated in the related issue, this PR is to better align the feature
flag name with what it actually does and the plans for the future.
- Fixes #16852 

## Solution

- Simple find / replace

## Testing

- Local run of `cargo run -p ci`

## Migration Guide

The `track_change_detection` feature flag has been renamed to
`track_location` to better reflect its extended capabilities.
2025-01-01 18:43:47 +00:00
..
bevy_a11y
bevy_animation
bevy_app
bevy_asset
bevy_audio
bevy_color
bevy_core_pipeline
bevy_derive
bevy_dev_tools
bevy_diagnostic
bevy_dylib
bevy_ecs Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
bevy_encase_derive
bevy_gilrs
bevy_gizmos
bevy_gltf
bevy_hierarchy
bevy_image
bevy_input
bevy_input_focus
bevy_internal Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
bevy_log
bevy_macro_utils
bevy_math
bevy_mesh
bevy_mikktspace
bevy_pbr
bevy_picking
bevy_ptr
bevy_reflect
bevy_remote
bevy_render
bevy_scene
bevy_sprite
bevy_state
bevy_tasks
bevy_text
bevy_time
bevy_transform
bevy_ui
bevy_utils
bevy_window
bevy_winit