diff options
Diffstat (limited to 'build/rapier3d/Cargo.toml')
| -rw-r--r-- | build/rapier3d/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/rapier3d/Cargo.toml b/build/rapier3d/Cargo.toml index 00eb77d..1e29d7d 100644 --- a/build/rapier3d/Cargo.toml +++ b/build/rapier3d/Cargo.toml @@ -1,12 +1,12 @@ # Name idea: bident for 2D and trident for 3D [package] name = "rapier3d" -version = "0.1.0" +version = "0.1.2" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3-dimensional physics engine in Rust." -documentation = "http://rapier.rs/rustdoc/rapier2d/index.html" +documentation = "http://docs.rs/rapier3d" homepage = "http://rapier.rs" -repository = "https://github.com/rustsim/rapier" +repository = "https://github.com/dimforge/rapier" readme = "README.md" keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ] license = "Apache-2.0" |
