Skip to content

bevy-butler 0.5.5

Compare
Choose a tag to compare
@TGRCdev TGRCdev released this 04 Feb 04:21
· 4 commits to main since this release

Changes

  • #[system] now has the pipe_in argument, which allows specifying a chain of systems to pipe input from. [#14]
  • Added #[butler_plugin_group] and #[add_to_group], which allows defining PluginGroups using annotations, similar to #[butler_plugin] and #[system]. [#16]