bevy/tools
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
..
build-templated-pages Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
build-wasm-example Fix common capitalization errors in documentation (#14562) 2024-07-31 21:16:05 +00:00
ci Add no_std Support to bevy_math (#15810) 2024-12-03 17:14:51 +00:00
compile_fail_utils compile_fail_utils: Verify path exists (#14827) 2024-08-22 16:54:26 +00:00
example-showcase Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
publish.sh Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00