bevy/crates/bevy_core
Hennadii Chernyshchyk 93dc878a69 Fix reflection for PathBuf and OsString (#6776)
# Objective

- `PathBuf` and `OsString` not reflected correctly.

## Solution

- Add missing registrations.
- Add FromReflect impls.
- Always implement `Reflect` for `OsString` just skip `Serialize` and `Deserialize` for unsupported platforms.

---

## Changelog

## Fixed

- Fix reflection for `PathBuf` and `OsString`.
2022-11-30 13:55:27 -08:00
..
src Fix reflection for PathBuf and OsString (#6776) 2022-11-30 13:55:27 -08:00
Cargo.toml Release 0.9.0 (#6568) 2022-11-12 20:01:29 +00:00