bevy_pipe_affect 0.3.0

Write systems as pure functions.
Documentation
1
2
3
4
5
 
 # Command Note
 `Command` effects only affect the command queue.
 The `World` modifications of the command only take place when the
 `apply_deferred` system runs, not immediately.