bevy/crates/bevy_utils/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
..
default.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
futures.rs Allow bevy_utils in no_std Contexts (#15279) 2024-09-18 16:00:03 +00:00
lib.rs move ShortName to bevy_reflect (#15340) 2024-09-21 20:52:46 +00:00
object_safe.rs Add mappings to EntityMapper (#13727) 2024-06-08 12:52:23 +00:00
once.rs move once from bevy_log to bevy_utils, to allow for it's use in bevy_ecs (#11419) 2024-01-19 06:07:41 +00:00
parallel_queue.rs Allow bevy_utils in no_std Contexts (#15279) 2024-09-18 16:00:03 +00:00
synccell.rs Allow bevy_utils in no_std Contexts (#15279) 2024-09-18 16:00:03 +00:00
syncunsafecell.rs Cleanup the multithreaded executor (#12969) 2024-04-16 02:37:19 +00:00