bevy/crates/bevy_reflect/src
Benjamin Brienen 02a9ed4b0b
move ShortName to bevy_reflect (#15340)
# Objective

- Goal is to minimize bevy_utils #11478

## Solution

- Move the file short_name wholesale into bevy_reflect

## Testing

- Unit tests
- CI

## Migration Guide

- References to `bevy_utils::ShortName` should instead now be
`bevy_reflect::ShortName`.

---------

Co-authored-by: François Mockers <francois.mockers@vleue.com>
2024-09-21 20:52:46 +00:00
..
enums bevy_reflect: Add Type type (#14838) 2024-08-25 17:57:07 +00:00
func bevy_reflect: Add FunctionRegistry::call (#15148) 2024-09-20 19:14:57 +00:00
impls Use FromReflect when extracting entities in dynamic scenes (#15174) 2024-09-15 14:33:39 +00:00
path Fix warnings triggered by elided_named_lifetimes lint (#15328) 2024-09-20 19:17:33 +00:00
serde bevy_reflect: Add DynamicTyped trait (#15108) 2024-09-13 17:17:10 +00:00
array.rs Fix warnings triggered by elided_named_lifetimes lint (#15328) 2024-09-20 19:17:33 +00:00
attributes.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
fields.rs bevy_reflect: Add Type type (#14838) 2024-08-25 17:57:07 +00:00
from_reflect.rs bevy_reflect: Update on_unimplemented attributes (#15110) 2024-09-09 16:26:17 +00:00
lib.rs move ShortName to bevy_reflect (#15340) 2024-09-21 20:52:46 +00:00
list.rs Fix warnings triggered by elided_named_lifetimes lint (#15328) 2024-09-20 19:17:33 +00:00
map.rs Fix warnings triggered by elided_named_lifetimes lint (#15328) 2024-09-20 19:17:33 +00:00
reflect.rs bevy_reflect: Add Reflectable trait (#5772) 2024-09-18 00:36:41 +00:00
reflectable.rs bevy_reflect: Add Reflectable trait (#5772) 2024-09-18 00:36:41 +00:00
remote.rs bevy_reflect: Reflect remote types (#6042) 2024-08-12 19:12:53 +00:00
set.rs bevy_reflect: Add Type type (#14838) 2024-08-25 17:57:07 +00:00
short_name.rs move ShortName to bevy_reflect (#15340) 2024-09-21 20:52:46 +00:00
std_traits.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
struct_trait.rs bevy_reflect: Add Type type (#14838) 2024-08-25 17:57:07 +00:00
tuple.rs bevy_reflect: Add Type type (#14838) 2024-08-25 17:57:07 +00:00
tuple_struct.rs bevy_reflect: Add Type type (#14838) 2024-08-25 17:57:07 +00:00
type_info.rs bevy_reflect: Add Reflectable trait (#5772) 2024-09-18 00:36:41 +00:00
type_info_stack.rs bevy_reflect: Contextual serialization error messages (#13888) 2024-09-09 17:52:40 +00:00
type_path.rs bevy_reflect: Update on_unimplemented attributes (#15110) 2024-09-09 16:26:17 +00:00
type_registry.rs Fix warnings triggered by elided_named_lifetimes lint (#15328) 2024-09-20 19:17:33 +00:00
utility.rs bevy_reflect: Add DynamicTyped trait (#15108) 2024-09-13 17:17:10 +00:00