bevy/crates/bevy_core/src
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
..
lib.rs Fix reflection for PathBuf and OsString (#6776) 2022-11-27 17:28:06 +00:00
name.rs add ReflectAsset and ReflectHandle (#5923) 2022-10-28 20:42:33 +00:00
serde.rs Add serialize feature to bevy_core (#6423) 2022-10-31 21:20:57 +00:00
task_pool_options.rs Use plugin setup for resource only used at setup time (#6360) 2022-10-25 22:19:34 +00:00