Fix crates.io Badges

`rapier` is published with `rapier2d` and `rapier3d` variants, so this change adds badges for both and links to the correct pages.
This commit is contained in:
Johnathon Selstad
2020-09-26 14:14:28 -07:00
committed by GitHub
parent 3080c6e7d2
commit e5df9ce9fb

View File

@@ -8,8 +8,11 @@
<a href="https://travis-ci.org/dimforge/rapier"> <a href="https://travis-ci.org/dimforge/rapier">
<img src="https://travis-ci.org/dimforge/rapier.svg?branch=master" alt="Build status"> <img src="https://travis-ci.org/dimforge/rapier.svg?branch=master" alt="Build status">
</a> </a>
<a href="https://crates.io/crates/rapier"> <a href="https://crates.io/crates/rapier2d">
<img src="https://meritbadge.herokuapp.com/rapier?style=flat-square" alt="crates.io"> <img src="https://meritbadge.herokuapp.com/rapier2d?style=flat-square" alt="crates.io">
</a>
<a href="https://crates.io/crates/rapier3d">
<img src="https://meritbadge.herokuapp.com/rapier3d?style=flat-square" alt="crates.io">
</a> </a>
<a href="https://opensource.org/licenses/Apache-2.0"> <a href="https://opensource.org/licenses/Apache-2.0">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"> <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg">