Remove bevy_utils::default
#15342
Labels
C-Feature
A new feature, making something new possible
S-Needs-Triage
This issue needs to be labelled
What problem does this solve or what need does it fill?
Minimize
bevy_utils
. #11478What solution would you like?
Remove the
default
module.The
prelude
module should also be removed because it will then be empty. The breaking change is practically the same breaking change.Additional context
There are some manual
impl Default
s that could probably be simplified to just the derive macro.The text was updated successfully, but these errors were encountered: