bevoids 0.1.0

A bevy plugin that aims to make boids easy to add to your game, without comprimising in control
Documentation
1
2
3
4
5
6
#[allow(clippy::type_complexity)]
pub mod boids;

pub mod prelude {
    pub use super::boids::*;
}