bones3_core 0.4.0

The core functionality for the Bones Cubed plugin for Bevy.
Documentation
1
2
3
4
5
6
7
//! A collection of simple math utilities for working with voxel environments.

mod iterators;
mod region;

pub use iterators::*;
pub use region::*;