mirror of
https://github.com/bevyengine/bevy
synced 2024-11-13 00:17:27 +00:00
f0ff7fb544
# Objective - Some types here were not constructible via reflection, and some were missing fairly obvious `Default` values. - Some types used `#[reflect_value]` for some unstated reason, making them opaque to reflection-based code. ## Solution - Add and reflect some `Default` impls, and stop using `#[reflect_value]`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |