bevy_pipe_affect 0.3.0

Write systems as pure functions.
Documentation
1
2
3
4
5
6
7
8
//! Contains implementations of [`QueryDataEffect`]
//!
//! [`QueryDataEffect`]: crate::QueryDataEffect

mod components;
pub use components::{ComponentSet, ComponentsSet, component_set, components_set};

mod algebra;