pyri_state 0.6.0

A flexible `bevy_state` alternative
Documentation
1
2
3
4
5
6
7
8
//! Extra tools behind feature flags.

#[cfg(feature = "bevy_state")]
pub mod bevy_state;
#[cfg(feature = "react")]
pub mod react;
#[cfg(feature = "split")]
pub mod split;