bbox 0.9.1

Managing axis aligned 3d Bounding Boxes.
Documentation
[package]
name = "bbox"
version = "0.9.1"
authors = ["Henning Meyer <tutmann@gmail.com>"]

description = "Managing axis aligned 3d Bounding Boxes."
repository = "https://github.com/hmeyer/bbox"
readme = "README.md"
keywords = ["boundingbox", "3d", "csg", "union", "intersection"]
license = "GPL-3.0"

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

[dependencies]
nalgebra = "0.16"
alga = "0.7"
num-traits = "0.2"
approx = "0.3"

[badges]
travis-ci = { repository = "hmeyer/bbox", branch = "master" }
codecov = { repository = "hmeyer/bbox", branch = "master", service = "github" }