From ac1e38849fbd3b05a97084c4bdaf4aa8ea39832a Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Fri, 29 Jan 2021 13:36:27 +0100 Subject: Update Cargo badges and categories. --- build/rapier2d-f64/Cargo.toml | 4 ++++ build/rapier2d/Cargo.toml | 4 ++++ build/rapier3d-f64/Cargo.toml | 4 ++++ build/rapier3d/Cargo.toml | 4 ++++ build/rapier_testbed2d/Cargo.toml | 5 ++++- build/rapier_testbed3d/Cargo.toml | 5 ++++- 6 files changed, 24 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/rapier2d-f64/Cargo.toml b/build/rapier2d-f64/Cargo.toml index f35eaac..86c52e7 100644 --- a/build/rapier2d-f64/Cargo.toml +++ b/build/rapier2d-f64/Cargo.toml @@ -7,10 +7,14 @@ documentation = "http://docs.rs/rapier2d" homepage = "http://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" +categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ] license = "Apache-2.0" edition = "2018" +[badges] +maintenance = { status = "actively-developed" } + [features] default = [ "dim2", "f64" ] dim2 = [ ] diff --git a/build/rapier2d/Cargo.toml b/build/rapier2d/Cargo.toml index 9313686..444e813 100644 --- a/build/rapier2d/Cargo.toml +++ b/build/rapier2d/Cargo.toml @@ -7,10 +7,14 @@ documentation = "http://docs.rs/rapier2d" homepage = "http://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" +categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ] license = "Apache-2.0" edition = "2018" +[badges] +maintenance = { status = "actively-developed" } + [features] default = [ "dim2", "f32" ] dim2 = [ ] diff --git a/build/rapier3d-f64/Cargo.toml b/build/rapier3d-f64/Cargo.toml index 60e8fc0..2b7919f 100644 --- a/build/rapier3d-f64/Cargo.toml +++ b/build/rapier3d-f64/Cargo.toml @@ -7,10 +7,14 @@ documentation = "http://docs.rs/rapier3d" homepage = "http://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" +categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ] license = "Apache-2.0" edition = "2018" +[badges] +maintenance = { status = "actively-developed" } + [features] default = [ "dim3", "f64" ] dim3 = [ ] diff --git a/build/rapier3d/Cargo.toml b/build/rapier3d/Cargo.toml index f187c38..57db89a 100644 --- a/build/rapier3d/Cargo.toml +++ b/build/rapier3d/Cargo.toml @@ -7,10 +7,14 @@ documentation = "http://docs.rs/rapier3d" homepage = "http://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" +categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ] license = "Apache-2.0" edition = "2018" +[badges] +maintenance = { status = "actively-developed" } + [features] default = [ "dim3", "f32" ] dim3 = [ ] diff --git a/build/rapier_testbed2d/Cargo.toml b/build/rapier_testbed2d/Cargo.toml index 6b8bed5..afaaf72 100644 --- a/build/rapier_testbed2d/Cargo.toml +++ b/build/rapier_testbed2d/Cargo.toml @@ -2,13 +2,16 @@ name = "rapier_testbed2d" version = "0.4.0" authors = [ "Sébastien Crozet " ] -description = "Testbed for the 2-dimensional physics engine in Rust." +description = "Testbed for the Rapier 2-dimensional physics engine in Rust." homepage = "http://rapier.org" repository = "https://github.com/dimforge/rapier" +categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ] license = "Apache-2.0" edition = "2018" +[badges] +maintenance = { status = "actively-developed" } [lib] name = "rapier_testbed2d" diff --git a/build/rapier_testbed3d/Cargo.toml b/build/rapier_testbed3d/Cargo.toml index f11da42..4063bb4 100644 --- a/build/rapier_testbed3d/Cargo.toml +++ b/build/rapier_testbed3d/Cargo.toml @@ -2,13 +2,16 @@ name = "rapier_testbed3d" version = "0.4.0" authors = [ "Sébastien Crozet " ] -description = "Testbed for the 3-dimensional physics engine in Rust." +description = "Testbed for the Rapier3-dimensional physics engine in Rust." homepage = "http://rapier.org" repository = "https://github.com/dimforge/rapier" +categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ] license = "Apache-2.0" edition = "2018" +[badges] +maintenance = { status = "actively-developed" } [lib] name = "rapier_testbed3d" -- cgit