bevy/crates/bevy_render/src/render_phase
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
..
draw.rs Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00
draw_state.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
mod.rs Make BinnedRenderPhase fields for accessing batchable and unbatchable entities public (#16142) 2024-11-07 18:03:47 +00:00
rangefinder.rs Normalise matrix naming (#13489) 2024-06-03 16:56:53 +00:00