ncollide_pipeline 0.13.2

DEPRECATED: USE ncollide2d OR ncollide3D INSTEAD. 2 and 3-dimensional collision detection library in Rust: module describing the collision detection pipeline (broad phase/narrow phase) of ncollide.
# 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 = "ncollide_pipeline"
version = "0.13.2"
authors = ["Sébastien Crozet <developer@crozet.re>"]
description = "DEPRECATED: USE ncollide2d OR ncollide3D INSTEAD. 2 and 3-dimensional collision detection library in Rust: module describing the collision detection pipeline (broad phase/narrow phase) of ncollide."
homepage = "http://ncollide.org"
documentation = "http://ncollide.org/rustdoc/ncollide_pipeline"
keywords = ["collision", "geometry", "distance", "ray", "convex"]
license = "BSD-3-Clause"
repository = "https://github.com/sebcrozet/ncollide"

[lib]
name = "ncollide_pipeline"
path = "lib.rs"
[dependencies.alga]
version = "0.5"

[dependencies.nalgebra]
version = "0.14"

[dependencies.ncollide_geometry]
version = "0.6"

[dependencies.ncollide_math]
version = "0.9"

[dependencies.ncollide_utils]
version = "0.9"

[dependencies.slab]
version = "0.4"
[badges.maintenance]
status = "deprecated"