mirror of
https://github.com/bevyengine/bevy
synced 2024-11-13 00:17:27 +00:00
523072902c
# 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`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |