bevy_uniform_grid_2d 0.4.2

A simple Bevy plugin for uniform grid spatial indexing
Documentation
1
2
3
4
5
6
7
8
#![allow(clippy::type_complexity)]
pub mod component;
pub mod error;
pub mod event;
pub mod plugin;
pub mod prelude;
pub mod resource;
pub mod system;