[package] name = "nphysics" version = "0.1.4" authors = [ "Sébastien Crozet " ] description = "3-dimensional physics engine in Rust. DEPRECATED USE nphysics2d OR nphysics3d INSEAD." documentation = "http://nphysics.org/doc/nphysics3d" homepage = "http://nphysics.org" repository = "https://github.com/sebcrozet/nphysics" readme = "README.md" keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ] license = "BSD-3-Clause" [lib] name = "nphysics" path = "src/lib.rs"