bevy/crates/bevy_utils
Emi a6991c3a8c
change 'collapse_type_name' to retain enum types (#9587)
# Objective

Fixes #9509 

## Solution
We use the assumption, that enum types are uppercase in contrast to
module names.
[`collapse_type_name`](crates/bevy_util/src/short_names) is now
retaining the second last segment, if it starts with a uppercase
character.

---------

Co-authored-by: Emi <emanuel.boehm@gmail.com>
Co-authored-by: Nicola Papale <nicopap@users.noreply.github.com>
2023-08-26 14:50:12 +00:00
..
macros Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00
src change 'collapse_type_name' to retain enum types (#9587) 2023-08-26 14:50:12 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00