bevy/crates/bevy_ecs/macros/src
Chris Russell 3ef99cf82c
Replace impl_param_set proc macro with a macro_rules macro (#16847)
# Objective

Simplify the code by using `macro_rules` instead of a proc macro where
possible.

## Solution

Replace `impl_param_set` proc macro with a `macro_rules` macro.
2024-12-18 18:30:46 +00:00
..
component.rs Add no_std support to bevy_ecs (#16758) 2024-12-17 21:40:36 +00:00
lib.rs Replace impl_param_set proc macro with a macro_rules macro (#16847) 2024-12-18 18:30:46 +00:00
query_data.rs bevy_ecs: Replace panics in QueryData derive compile errors (#15691) 2024-10-07 16:30:34 +00:00
query_filter.rs Make QueryFilter an unsafe trait (#14790) 2024-09-09 15:23:12 +00:00
states.rs
world_query.rs Allow to expect (adopted) (#15301) 2024-09-20 19:16:42 +00:00