lettuces 0.0.7

A grid logic crate combining Hexx and custom logic for square and isometric grids to provide a unified grid logic crate.
Documentation
1
2
3
4
5
pub mod cell;
pub mod storage;

#[cfg(feature = "hex")]
pub use hexx::*;