From f2c118e0133bb17b50a0447abd4a85b2767e40c7 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Tue, 25 Aug 2020 22:25:49 +0200 Subject: Fix links in Cargo.toml. --- build/rapier2d/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build/rapier2d') 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 " ] 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" -- cgit