mirror of
https://github.com/bevyengine/bevy
synced 2025-01-06 10:18:59 +00:00
ef7bafa68e
# Objective When trying to be generic over `Material + Default`, the lack of a `Default` impl for `ExtendedMaterial`, even when both of its components implement `Default`, is problematic. I think was probably just overlooked. ## Solution Impl `Default` if the material and extension both impl `Default`. --- ## Changelog ## Migration Guide |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |