building_blocks_core 0.7.1

The core data types for defining 2D and 3D integer lattices.
Documentation
[package]
name = "building_blocks_core"
version = "0.7.1"
edition = "2018"
authors = ["Duncan <bonsairobo@gmail.com>"]
license = "MIT"
repository = "https://github.com/bonsairobo/building-blocks"
keywords = ["voxel"]

description = "The core data types for defining 2D and 3D integer lattices."

[package.metadata.docs.rs]
all-features = true

[features]
default = []

[dependencies]
itertools = "0.9"
num = "0.3"
serde = { version = "1.0", features = ["derive"] }

# Optional, feature-gated.
glam = { version = "0.13.0", optional = true }
mint = { version = "0.5.0", optional = true }
nalgebra = { version = "0.27", optional = true }
sdfu = { version = "0.3", optional = true }