-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
C-FeatureA new feature, making something new possibleA new feature, making something new possibleC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to use
Description
What solution would you like?
with_system
on the SystemSet builder returns something that only implements with_system
, so config things like labeling, run_criteria, etc. must be placed before the systems.
What problem does this solve or what need does it fill?
This would fix #1912.
This would explicitly enforce @cart's preference on this comment #1909 (comment)
What alternative(s) have you considered?
We can just keep things as they are. Cargo fmt disambiguates this decently.
Metadata
Metadata
Assignees
Labels
C-FeatureA new feature, making something new possibleA new feature, making something new possibleC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to use