bevy/crates/bevy_reflect/src/impls
Hennadii Chernyshchyk 523072902c 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-27 17:28:06 +00:00
..
glam.rs bevy_reflect: Remove ReflectSerialize and ReflectDeserialize registrations from most glam types (#6580) 2022-11-25 23:30:21 +00:00
rect.rs Move sprite::Rect into bevy_math (#5686) 2022-09-02 12:35:23 +00:00
smallvec.rs bevy_reflect: Add Reflect::into_reflect (#6502) 2022-11-07 02:11:16 +00:00
std.rs Fix reflection for PathBuf and OsString (#6776) 2022-11-27 17:28:06 +00:00