bevy/crates/bevy_ecs/src/query
Benjamin Brienen afd0f1322d
Move all_tuples to a new crate (#16161)
# Objective

Fixes #15941

## Solution

Created https://crates.io/crates/variadics_please and moved the code
there; updating references

`bevy_utils/macros` is deleted.

## Testing

cargo check

## Migration Guide

Use `variadics_please::{all_tuples, all_tuples_with_size}` instead of
`bevy::utils::{all_tuples, all_tuples_with_size}`.
2024-12-03 17:41:09 +00:00
..
access.rs undeprecate component_reads_and_writes (#16357) 2024-11-11 23:28:16 +00:00
builder.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
error.rs QueryEntityError: Use short name for components (#16032) 2024-10-20 17:56:43 +00:00
fetch.rs Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00
filter.rs Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00
iter.rs implement the full set of sorts on QueryManyIter (#13443) 2024-12-03 17:02:37 +00:00
mod.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
par_iter.rs Fix query transmute from table to archetype iteration unsoundness (#14615) 2024-08-27 00:58:40 +00:00
state.rs Getting QueryState from immutable World reference (#16434) 2024-12-01 20:09:29 +00:00
world_query.rs Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00