tessellation 0.8.2

3d tessellation library.
Documentation
[badges.codecov]
branch = "master"
repository = "hmeyer/tessellation"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "hmeyer/tessellation"

[[bench]]
harness = false
name = "tessellation"
path = "src/benches/tessellation.rs"

[dependencies.alga]
version = "0.9"

[dependencies.bbox]
version = "0.11"

[dependencies.nalgebra]
version = "0.22"

[dependencies.num-traits]
version = "0.2"

[dependencies.once_cell]
version = "1.4"

[dependencies.rand]
version = "0.7"

[dependencies.rayon]
version = "1.2"

[dev-dependencies.approx]
version = "0.3"

[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.implicit3d]
version = "0.14"

[lib]
name = "tessellation"
path = "src/lib.rs"

[package]
authors = ["Henning Meyer <tutmann@gmail.com>"]
description = "3d tessellation library."
edition = "2018"
keywords = ["tessellation", "3d", "manifold", "dual-contouring"]
license = "Apache-2.0 OR MIT"
name = "tessellation"
readme = "README.md"
repository = "https://github.com/hmeyer/tessellation"
version = "0.8.2"