Merge pull request #18 from zalo/patch-1

Fix crates.io Badges
This commit is contained in:
Sébastien Crozet
2020-09-28 11:25:02 +02:00
committed by GitHub

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">