aboutsummaryrefslogtreecommitdiff
path: root/build/rapier2d
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-01-29 13:36:27 +0100
committerCrozet Sébastien <developer@crozet.re>2021-01-29 13:37:04 +0100
commitac1e38849fbd3b05a97084c4bdaf4aa8ea39832a (patch)
treeaaf0a49187e99a311d19c230456b195c6236aaf0 /build/rapier2d
parent8ff2bcc3ec666805aceedaa477bde89f2a577d1c (diff)
downloadrapier-ac1e38849fbd3b05a97084c4bdaf4aa8ea39832a.tar.gz
rapier-ac1e38849fbd3b05a97084c4bdaf4aa8ea39832a.tar.bz2
rapier-ac1e38849fbd3b05a97084c4bdaf4aa8ea39832a.zip
Update Cargo badges and categories.
Diffstat (limited to 'build/rapier2d')
-rw-r--r--build/rapier2d/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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 = [ ]