Update Cargo badges and categories.
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -11,17 +11,17 @@ members = [ "build/rapier2d", "build/rapier2d-f64", "build/rapier_testbed2d", "e
|
|||||||
#nphysics2d = { path = "../nphysics/build/nphysics2d" }
|
#nphysics2d = { path = "../nphysics/build/nphysics2d" }
|
||||||
#nphysics3d = { path = "../nphysics/build/nphysics3d" }
|
#nphysics3d = { path = "../nphysics/build/nphysics3d" }
|
||||||
#kiss3d = { path = "../kiss3d" }
|
#kiss3d = { path = "../kiss3d" }
|
||||||
#parry2d = { path = "../parry/build/parry2d" }
|
parry2d = { path = "../parry/build/parry2d" }
|
||||||
#parry3d = { path = "../parry/build/parry3d" }
|
parry3d = { path = "../parry/build/parry3d" }
|
||||||
#parry2d-f64 = { path = "../parry/build/parry2d-f64" }
|
parry2d-f64 = { path = "../parry/build/parry2d-f64" }
|
||||||
#parry3d-f64 = { path = "../parry/build/parry3d-f64" }
|
parry3d-f64 = { path = "../parry/build/parry3d-f64" }
|
||||||
#nalgebra = { path = "../nalgebra" }
|
#nalgebra = { path = "../nalgebra" }
|
||||||
|
|
||||||
#kiss3d = { git = "https://github.com/sebcrozet/kiss3d" }
|
#kiss3d = { git = "https://github.com/sebcrozet/kiss3d" }
|
||||||
parry2d = { git = "https://github.com/sebcrozet/parry" }
|
#parry2d = { git = "https://github.com/sebcrozet/parry" }
|
||||||
parry3d = { git = "https://github.com/sebcrozet/parry" }
|
#parry3d = { git = "https://github.com/sebcrozet/parry" }
|
||||||
parry2d-f64 = { git = "https://github.com/sebcrozet/parry" }
|
#parry2d-f64 = { git = "https://github.com/sebcrozet/parry" }
|
||||||
parry3d-f64 = { git = "https://github.com/sebcrozet/parry" }
|
#parry3d-f64 = { git = "https://github.com/sebcrozet/parry" }
|
||||||
#ncollide2d = { git = "https://github.com/dimforge/ncollide" }
|
#ncollide2d = { git = "https://github.com/dimforge/ncollide" }
|
||||||
#ncollide3d = { git = "https://github.com/dimforge/ncollide" }
|
#ncollide3d = { git = "https://github.com/dimforge/ncollide" }
|
||||||
#nphysics2d = { git = "https://github.com/dimforge/nphysics" }
|
#nphysics2d = { git = "https://github.com/dimforge/nphysics" }
|
||||||
|
|||||||
@@ -7,10 +7,14 @@ documentation = "http://docs.rs/rapier2d"
|
|||||||
homepage = "http://rapier.rs"
|
homepage = "http://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"]
|
||||||
keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ]
|
keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "dim2", "f64" ]
|
default = [ "dim2", "f64" ]
|
||||||
dim2 = [ ]
|
dim2 = [ ]
|
||||||
|
|||||||
@@ -7,10 +7,14 @@ documentation = "http://docs.rs/rapier2d"
|
|||||||
homepage = "http://rapier.rs"
|
homepage = "http://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"]
|
||||||
keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ]
|
keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "dim2", "f32" ]
|
default = [ "dim2", "f32" ]
|
||||||
dim2 = [ ]
|
dim2 = [ ]
|
||||||
|
|||||||
@@ -7,10 +7,14 @@ documentation = "http://docs.rs/rapier3d"
|
|||||||
homepage = "http://rapier.rs"
|
homepage = "http://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"]
|
||||||
keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ]
|
keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "dim3", "f64" ]
|
default = [ "dim3", "f64" ]
|
||||||
dim3 = [ ]
|
dim3 = [ ]
|
||||||
|
|||||||
@@ -7,10 +7,14 @@ documentation = "http://docs.rs/rapier3d"
|
|||||||
homepage = "http://rapier.rs"
|
homepage = "http://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"]
|
||||||
keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ]
|
keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "dim3", "f32" ]
|
default = [ "dim3", "f32" ]
|
||||||
dim3 = [ ]
|
dim3 = [ ]
|
||||||
|
|||||||
@@ -2,13 +2,16 @@
|
|||||||
name = "rapier_testbed2d"
|
name = "rapier_testbed2d"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||||
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"
|
homepage = "http://rapier.org"
|
||||||
repository = "https://github.com/dimforge/rapier"
|
repository = "https://github.com/dimforge/rapier"
|
||||||
|
categories = [ "science", "game-development", "mathematics", "simulation", "wasm"]
|
||||||
keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ]
|
keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "rapier_testbed2d"
|
name = "rapier_testbed2d"
|
||||||
|
|||||||
@@ -2,13 +2,16 @@
|
|||||||
name = "rapier_testbed3d"
|
name = "rapier_testbed3d"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||||
description = "Testbed for the 3-dimensional physics engine in Rust."
|
description = "Testbed for the Rapier3-dimensional physics engine in Rust."
|
||||||
homepage = "http://rapier.org"
|
homepage = "http://rapier.org"
|
||||||
repository = "https://github.com/dimforge/rapier"
|
repository = "https://github.com/dimforge/rapier"
|
||||||
|
categories = [ "science", "game-development", "mathematics", "simulation", "wasm"]
|
||||||
keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ]
|
keywords = [ "physics", "dynamics", "rigid", "real-time", "joints" ]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "rapier_testbed3d"
|
name = "rapier_testbed3d"
|
||||||
|
|||||||
Reference in New Issue
Block a user