bevy/crates/bevy_ecs/macros/src
person93 575f66504b
Silence deprecation warning in Bundle derive macro (#17369) (#17790)
# Objective

- Fixes #17369

## Solution

- Add `#[allow(deprecated)]` to the generated code.
2025-02-11 00:56:09 +00:00
..
component.rs Improved Entity Mapping and Cloning (#17687) 2025-02-06 22:13:41 +00:00
lib.rs Silence deprecation warning in Bundle derive macro (#17369) (#17790) 2025-02-11 00:56:09 +00:00
query_data.rs Move Item and fetch to QueryData from WorldQuery (#17679) 2025-02-05 18:46:18 +00:00
query_filter.rs Move Item and fetch to QueryData from WorldQuery (#17679) 2025-02-05 18:46:18 +00:00
states.rs Computed State & Sub States (#11426) 2024-05-02 19:36:23 +00:00
world_query.rs Move Item and fetch to QueryData from WorldQuery (#17679) 2025-02-05 18:46:18 +00:00