diff options
Diffstat (limited to 'build/rapier3d')
| -rw-r--r-- | build/rapier3d/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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 = [ ] |
