bevy/crates/bevy_asset
pwygab 1c6be94f4f Correctly parse labels with '#' (#5729)
# Objective

- Fixes #5707 

## Solution

- Used `splitn` instead of `split` to collect the rest of the string into the label after the first '#'.

---
2022-08-18 18:53:09 +00:00
..
src Correctly parse labels with '#' (#5729) 2022-08-18 18:53:09 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00