Crate planck_ecs_bundle

Crate planck_ecs_bundle 

Source
Expand description

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.