-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
A-LinterRelated to the linter and custom lintsRelated to the linter and custom lintsC-FeatureMake something new possibleMake something new possibleD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examples
Milestone
Description
See bevyengine/bevy#17052 for context.
Unit structs that implement Component
should also implement Default
, so they can be used with required components.
- #[derive(Component)]
+ #[derive(Component, Default)]
pub struct IsDefaultUiCamera;
Metadata
Metadata
Assignees
Labels
A-LinterRelated to the linter and custom lintsRelated to the linter and custom lintsC-FeatureMake something new possibleMake something new possibleD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examples
Type
Projects
Status
Todo