mirror of
https://github.com/bevyengine/bevy.git
synced 2026-05-06 06:06:42 -04:00
ba7b3c8950
# Objective > With the introduction of scene components, the feathers API has now reached its final form. This has a number of consequences: > - There's no longer any reason to keep the experimental flag around > - The effort of migrating the Bevy examples to feathers widgets is unblocked, however I think we should start with migrating just one example - @viridia ## Solution 1. Rename the feature flag. 2. Write a migration guide. This was previously attempted as part of https://github.com/bevyengine/bevy/pull/22934, but I got pushback there. Now that bsn! is more complete (scene components!) things are better. I've opted not to change the default features here, even though it makes it much harder to move our examples over, because that's a much more contentious change. While I feel that Bevy's default features should be example-oriented, that's still up for debate!