bevy_life 0.13.0

Generic and dynamic cellular automaton lib for bevy
Documentation
1
2
3
4
5
pub use cell::*;
pub use cell_state::*;

mod cell;
mod cell_state;