Fix links in Cargo.toml.

This commit is contained in:
Sébastien Crozet
2020-08-25 22:25:49 +02:00
parent d8f46c4902
commit f2c118e013
4 changed files with 8 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
# Name idea: bident for 2D and trident for 3D
[package]
name = "rapier2d"
version = "0.1.0"
version = "0.1.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://rapier.rs/rustdoc/rapier2d/index.html"
documentation = "http://docs.rs/rapier2d"
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"

View File

@@ -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"

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Testbed for the 2-dimensional physics engine in Rust."
homepage = "http://rapier.org"
repository = "https://github.com/rustsim/rapier"
repository = "https://github.com/dimforge/rapier"
keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ]
license = "Apache-2.0"
edition = "2018"

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Testbed for the 3-dimensional physics engine in Rust."
homepage = "http://rapier.org"
repository = "https://github.com/rustsim/rapier"
repository = "https://github.com/dimforge/rapier"
keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ]
license = "Apache-2.0"
edition = "2018"