diff options
| -rw-r--r-- | crates/rapier2d-f64/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/rapier2d/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/rapier3d-f64/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/rapier3d/Cargo.toml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/crates/rapier2d-f64/Cargo.toml b/crates/rapier2d-f64/Cargo.toml index 992e232..a3b18af 100644 --- a/crates/rapier2d-f64/Cargo.toml +++ b/crates/rapier2d-f64/Cargo.toml @@ -3,8 +3,8 @@ name = "rapier2d-f64" version = "0.17.2" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "2-dimensional physics engine in Rust." -documentation = "http://docs.rs/rapier2d" -homepage = "http://rapier.rs" +documentation = "https://docs.rs/rapier2d" +homepage = "https://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index c6a56d6..78a4e5c 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -3,8 +3,8 @@ name = "rapier2d" version = "0.17.2" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "2-dimensional physics engine in Rust." -documentation = "http://docs.rs/rapier2d" -homepage = "http://rapier.rs" +documentation = "https://docs.rs/rapier2d" +homepage = "https://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] diff --git a/crates/rapier3d-f64/Cargo.toml b/crates/rapier3d-f64/Cargo.toml index c4d5295..84ccf53 100644 --- a/crates/rapier3d-f64/Cargo.toml +++ b/crates/rapier3d-f64/Cargo.toml @@ -3,8 +3,8 @@ name = "rapier3d-f64" version = "0.17.2" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3-dimensional physics engine in Rust." -documentation = "http://docs.rs/rapier3d" -homepage = "http://rapier.rs" +documentation = "https://docs.rs/rapier3d" +homepage = "https://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml index b4e5a2c..0e8bbc4 100644 --- a/crates/rapier3d/Cargo.toml +++ b/crates/rapier3d/Cargo.toml @@ -3,8 +3,8 @@ name = "rapier3d" version = "0.17.2" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3-dimensional physics engine in Rust." -documentation = "http://docs.rs/rapier3d" -homepage = "http://rapier.rs" +documentation = "https://docs.rs/rapier3d" +homepage = "https://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] |
