[package] name = "aabb2" version = "0.2.1" authors = ["Nathan Faucett "] keywords = ["axis", "aligned", "bounding", "box", "2d"] categories = [] description = "aabb2" 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 = "aabb2" path = "src/lib.rs" [dependencies] num-traits = "0.2" vec2 = { version = "0.2", path = "../vec2" } [dev-dependencies]