bevy/crates/bevy_ecs/macros
JoJoJet 673a62744e Fix field visibility for read-only WorldQuery types (#8163)
When using the `#[derive(WorldQuery)]` macro, the `ReadOnly` struct
generated has default (private) visibility for each field, regardless of
the visibility of the original field.

For each field of a read-only `WorldQuery` variant, use the visibility
of the associated field defined on the original struct.
2023-03-28 01:48:27 +02:00
..
src Fix field visibility for read-only WorldQuery types (#8163) 2023-03-28 01:48:27 +02:00
Cargo.toml Release 0.10.0 (#7919) 2023-03-06 03:53:02 +00:00