bevy/crates/bevy_ecs/macros/src
Christian Hughes 16133de8cd WorldQuery derive macro now respects visibility (#4125)
## Objective

Fixes #4122.

## Solution

Inherit the visibility of the struct being derived for the `xxItem`, `xxFetch`, `xxState` structs.

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2022-04-13 21:50:45 +00:00
..
component.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
fetch.rs WorldQuery derive macro now respects visibility (#4125) 2022-04-13 21:50:45 +00:00
lib.rs Fix derive(SystemParam) macro (#4400) 2022-04-04 19:22:28 +00:00