bevy/crates/bevy_ecs/macros
JoJoJet b423e6ee15
Extend the WorldQuery macro to tuple structs (#8119)
# Objective

The `#[derive(WorldQuery)]` macro currently only supports structs with
named fields.

Same motivation as #6957. Remove sharp edges from the derive macro, make
it just work more often.

## Solution

Support tuple structs.

---

## Changelog

+ Added support for tuple structs to the `#[derive(WorldQuery)]` macro.
2023-04-04 00:49:03 +00:00
..
src Extend the WorldQuery macro to tuple structs (#8119) 2023-04-04 00:49:03 +00:00
Cargo.toml chore: Release (#7920) 2023-03-06 05:13:36 +00:00