diff options
| author | Sébastien Crozet <developer@crozet.re> | 2020-08-25 22:25:49 +0200 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2020-08-25 22:25:49 +0200 |
| commit | f2c118e0133bb17b50a0447abd4a85b2767e40c7 (patch) | |
| tree | ee138002d32bb95ca3b1e8bff273e6bc5ece9fee /build | |
| parent | d8f46c49020d663b470d3246df64c1f25749806a (diff) | |
| download | rapier-f2c118e0133bb17b50a0447abd4a85b2767e40c7.tar.gz rapier-f2c118e0133bb17b50a0447abd4a85b2767e40c7.tar.bz2 rapier-f2c118e0133bb17b50a0447abd4a85b2767e40c7.zip | |
Fix links in Cargo.toml.
Diffstat (limited to 'build')
| -rw-r--r-- | build/rapier2d/Cargo.toml | 6 | ||||
| -rw-r--r-- | build/rapier3d/Cargo.toml | 6 | ||||
| -rw-r--r-- | build/rapier_testbed2d/Cargo.toml | 2 | ||||
| -rw-r--r-- | build/rapier_testbed3d/Cargo.toml | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/build/rapier2d/Cargo.toml b/build/rapier2d/Cargo.toml index 8afa443..9735379 100644 --- a/build/rapier2d/Cargo.toml +++ b/build/rapier2d/Cargo.toml @@ -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" 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" diff --git a/build/rapier_testbed2d/Cargo.toml b/build/rapier_testbed2d/Cargo.toml index b4e82a2..4713066 100644 --- a/build/rapier_testbed2d/Cargo.toml +++ b/build/rapier_testbed2d/Cargo.toml @@ -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" diff --git a/build/rapier_testbed3d/Cargo.toml b/build/rapier_testbed3d/Cargo.toml index 31cdbb9..58189dd 100644 --- a/build/rapier_testbed3d/Cargo.toml +++ b/build/rapier_testbed3d/Cargo.toml @@ -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" |
