diff options
| author | Crozet Sébastien <developer@crozet.re> | 2021-01-29 13:36:27 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2021-01-29 13:37:04 +0100 |
| commit | ac1e38849fbd3b05a97084c4bdaf4aa8ea39832a (patch) | |
| tree | aaf0a49187e99a311d19c230456b195c6236aaf0 /build/rapier_testbed2d | |
| parent | 8ff2bcc3ec666805aceedaa477bde89f2a577d1c (diff) | |
| download | rapier-ac1e38849fbd3b05a97084c4bdaf4aa8ea39832a.tar.gz rapier-ac1e38849fbd3b05a97084c4bdaf4aa8ea39832a.tar.bz2 rapier-ac1e38849fbd3b05a97084c4bdaf4aa8ea39832a.zip | |
Update Cargo badges and categories.
Diffstat (limited to 'build/rapier_testbed2d')
| -rw-r--r-- | build/rapier_testbed2d/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
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 <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" 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" |
