ncollide2d 0.15.4

2 and 3-dimensional collision detection library in Rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ncollide2d"
version = "0.15.4"
authors = ["Sébastien Crozet <developer@crozet.re>"]
description = "2 and 3-dimensional collision detection library in Rust."
homepage = "http://ncollide.org"
documentation = "http://ncollide.org/rustdoc/ncollide"
readme = "README.md"
keywords = ["collision", "geometry", "distance", "ray", "convex"]
license = "BSD-3-Clause"
repository = "https://github.com/sebcrozet/ncollide"

[lib]
name = "ncollide2d"
path = "src/lib.rs"
[dependencies.alga]
version = "0.5"

[dependencies.approx]
version = "0.1"

[dependencies.nalgebra]
version = "^0.14.2"

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

[dependencies.rand]
version = "0.4"

[dependencies.slab]
version = "0.4"

[dependencies.smallvec]
version = "0.6"

[features]
default = ["dim2"]
dim2 = []