bevy/crates/bevy_reflect/src
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
..
enums bevy_reflect: get_represented_kind_info APIs for reflected kinds (#14380) 2024-10-15 02:08:31 +00:00
func Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00
impls Mute non-local definition warnings in bevy_reflect (#16013) 2024-10-20 13:52:52 +00:00
path Remove thiserror from bevy_reflect (#15766) 2024-10-09 14:25:41 +00:00
serde bevy_reflect: Add ReflectSerializerProcessor (#15548) 2024-11-17 14:05:39 +00:00
array.rs bevy_reflect: get_represented_kind_info APIs for reflected kinds (#14380) 2024-10-15 02:08:31 +00:00
attributes.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
fields.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
from_reflect.rs bevy_reflect: Update on_unimplemented attributes (#15110) 2024-09-09 16:26:17 +00:00
generics.rs Remove thiserror from bevy_reflect (#15766) 2024-10-09 14:25:41 +00:00
kind.rs Remove thiserror from bevy_reflect (#15766) 2024-10-09 14:25:41 +00:00
lib.rs Update example link (#16581) 2024-12-01 09:47:22 +00:00
list.rs bevy_reflect: get_represented_kind_info APIs for reflected kinds (#14380) 2024-10-15 02:08:31 +00:00
map.rs bevy_reflect: get_represented_kind_info APIs for reflected kinds (#14380) 2024-10-15 02:08:31 +00:00
reflect.rs Remove thiserror from bevy_reflect (#15766) 2024-10-09 14:25:41 +00:00
reflectable.rs bevy_reflect: Add Reflectable trait (#5772) 2024-09-18 00:36:41 +00:00
remote.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
set.rs bevy_reflect: Generic parameter info (#15475) 2024-09-30 17:58:37 +00:00
std_traits.rs
struct_trait.rs bevy_reflect: get_represented_kind_info APIs for reflected kinds (#14380) 2024-10-15 02:08:31 +00:00
tuple_struct.rs bevy_reflect: get_represented_kind_info APIs for reflected kinds (#14380) 2024-10-15 02:08:31 +00:00
tuple.rs Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00
type_info_stack.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
type_info.rs Remove thiserror from bevy_reflect (#15766) 2024-10-09 14:25:41 +00:00
type_path.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
type_registry.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
utility.rs bevy_reflect: Generic parameter info (#15475) 2024-09-30 17:58:37 +00:00