Fix crates.io badges

This commit is contained in:
Alex Touchet
2021-08-09 10:01:41 -07:00
committed by Sébastien Crozet
parent 483d93af8d
commit 1d55e841ec

View File

@@ -9,10 +9,10 @@
<img src="https://github.com/dimforge/rapier/workflows/Rapier%20CI%20build/badge.svg" alt="Build status"> <img src="https://github.com/dimforge/rapier/workflows/Rapier%20CI%20build/badge.svg" alt="Build status">
</a> </a>
<a href="https://crates.io/crates/rapier2d"> <a href="https://crates.io/crates/rapier2d">
<img src="https://meritbadge.herokuapp.com/rapier2d?style=flat-square" alt="crates.io"> <img src="https://img.shields.io/crates/v/rapier2d.svg?style=flat-square" alt="crates.io">
</a> </a>
<a href="https://crates.io/crates/rapier3d"> <a href="https://crates.io/crates/rapier3d">
<img src="https://meritbadge.herokuapp.com/rapier3d?style=flat-square" alt="crates.io"> <img src="https://img.shields.io/crates/v/rapier3d.svg?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">