Documentation
[package]
name = "aabb3"
version = "0.2.1"
authors = ["Nathan Faucett <nathanfaucett@gmail.com>"]

keywords = ["axis", "aligned", "bounding", "box", "2d"]
categories = []

description = "aabb3"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://gitlab.com/nathanfaucett/rs-gmath.git"
homepage = "https://gitlab.com/nathanfaucett/rs-gmath"

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

[dependencies]
num-traits = "0.2"
vec3 = { version = "0.2", path = "../vec3" }

[dev-dependencies]