collision 0.0.5

A Collision detection library derived from cgmath
docs.rs failed to build collision-0.0.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: collision-0.20.1

Build Status

This is a collision detection library written in rust. The intent of this library is to build upon the primitives found in cgmath-rs and flesh out the library into a more concrete collision detection library.

Building

collision-rs can be built with Cargo. To use collision-rs in your project, append the following specification to Cargo.toml:

[dependencies.collision]
git = "https://github.com/csherratt/collision-rs"