mirror of
https://github.com/bevyengine/bevy
synced 2025-01-27 12:25:13 +00:00
85c3251c10
# Objective A lot of items in `bevy_ui` could be `FromReflect` but aren't. This prevents users and library authors from being able to convert from a `dyn Reflect` to one of these items. ## Solution Derive `FromReflect` where possible. Also register the `ReflectFromReflect` type data. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |