Crate planck_ecs_bundle[][src]

Adds a simple Bundle trait that makes it easier to add a group of systems to a DispatcherBuilder.

Traits

Bundle

A trait allowing the creation of bundles. Bundles are groups of Systems that are added together and in order in a DispatcherBuilder.