nphysics_testbed2d 0.2.0

Testbed for the 2-dimensional physics engine in Rust.
# 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 = "nphysics_testbed2d"
version = "0.2.0"
authors = ["Sébastien Crozet <developer@crozet.re>"]
description = "Testbed for the 2-dimensional physics engine in Rust."
homepage = "http://nphysics.org"
keywords = ["physics", "dynamics", "rigid", "real-time", "joints"]
license = "BSD-3-Clause"
repository = "https://github.com/rustsim/nphysics"

[lib]
name = "nphysics_testbed2d"
[dependencies.kiss3d]
version = "0.16"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.nalgebra]
version = "0.16"

[dependencies.ncollide2d]
version = "0.17"

[dependencies.nphysics2d]
version = "0.9"

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

[dependencies.rand]
version = "0.5"

[dependencies.time]
version = "0.1"