[dependencies.glam]
optional = true
version = "0.11"
[dependencies.itertools]
version = "0.9"
[dependencies.mint]
optional = true
version = "0.5"
[dependencies.nalgebra]
optional = true
version = "0.23"
[dependencies.num]
version = "0.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[features]
default = ["glam", "mint", "nalgebra"]
[package]
authors = ["Duncan <bonsairobo@gmail.com>"]
description = "The core data types for defining 2D and 3D integer lattices."
edition = "2018"
keywords = ["voxel"]
license = "MIT"
name = "building_blocks_core"
repository = "https://github.com/bonsairobo/building-blocks"
version = "0.4.2"