Merge pull request #491 from Benjins-automation/benjins-automated-https-upgrade

Upgrade http links to https in Cargo.toml
This commit is contained in:
Sébastien Crozet
2023-06-18 11:14:14 +02:00
committed by GitHub
4 changed files with 8 additions and 8 deletions

View File

@@ -3,8 +3,8 @@ name = "rapier2d-f64"
version = "0.17.2" version = "0.17.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ] authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust." description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d" documentation = "https://docs.rs/rapier2d"
homepage = "http://rapier.rs" homepage = "https://rapier.rs"
repository = "https://github.com/dimforge/rapier" repository = "https://github.com/dimforge/rapier"
readme = "README.md" readme = "README.md"
categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] categories = [ "science", "game-development", "mathematics", "simulation", "wasm"]

View File

@@ -3,8 +3,8 @@ name = "rapier2d"
version = "0.17.2" version = "0.17.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ] authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust." description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d" documentation = "https://docs.rs/rapier2d"
homepage = "http://rapier.rs" homepage = "https://rapier.rs"
repository = "https://github.com/dimforge/rapier" repository = "https://github.com/dimforge/rapier"
readme = "README.md" readme = "README.md"
categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] categories = [ "science", "game-development", "mathematics", "simulation", "wasm"]

View File

@@ -3,8 +3,8 @@ name = "rapier3d-f64"
version = "0.17.2" version = "0.17.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ] authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust." description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d" documentation = "https://docs.rs/rapier3d"
homepage = "http://rapier.rs" homepage = "https://rapier.rs"
repository = "https://github.com/dimforge/rapier" repository = "https://github.com/dimforge/rapier"
readme = "README.md" readme = "README.md"
categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] categories = [ "science", "game-development", "mathematics", "simulation", "wasm"]

View File

@@ -3,8 +3,8 @@ name = "rapier3d"
version = "0.17.2" version = "0.17.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ] authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust." description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d" documentation = "https://docs.rs/rapier3d"
homepage = "http://rapier.rs" homepage = "https://rapier.rs"
repository = "https://github.com/dimforge/rapier" repository = "https://github.com/dimforge/rapier"
readme = "README.md" readme = "README.md"
categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] categories = [ "science", "game-development", "mathematics", "simulation", "wasm"]