bevy/crates/bevy_state
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
..
macros enable_state_scoped_entities() as a derive attribute (#16180) 2024-12-01 20:09:36 +00:00
src Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00
Cargo.toml Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00