bevy/crates/bevy_utils
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
..
macros Allow to expect (adopted) (#15301) 2024-09-20 19:16:42 +00:00
src move ShortName to bevy_reflect (#15340) 2024-09-21 20:52:46 +00:00
Cargo.toml Allow bevy_utils in no_std Contexts (#15279) 2024-09-18 16:00:03 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Utilities

License Crates.io Downloads Docs Discord

A Collection of Utilities for the Bevy Engine.