-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
A-AppBevy apps and pluginsBevy apps and pluginsC-DocsAn addition or correction to our documentationAn addition or correction to our documentationS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Description
On the doc page of DefaultPlugins
it is stated that it includes ScheduleRunnerPlugin
, but the doc page of ScheduleRunnerPlugin
says that it is not included.
Both are kind of correct, kind of wrong: ScheduleRunnerPlugin
is currently included in DefaultPlugins
if and only if the feature bevy_window
is not enabled. I would suggest to clarify this.
I can gladly fix this myself, just wanted to check beforehand because I would have to fiddle a bit with the plugin_group
macro :)
copygirl
Metadata
Metadata
Assignees
Labels
A-AppBevy apps and pluginsBevy apps and pluginsC-DocsAn addition or correction to our documentationAn addition or correction to our documentationS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!