From ad7cb1f935707a13459deb38fac6da83af02a59a Mon Sep 17 00:00:00 2001 From: Dorival Pedroso Date: Tue, 28 Jun 2022 17:25:17 +1000 Subject: [PATCH] Add crates badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fe18fc..94560bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Triangle and tetrahedron mesh generators [![codecov](https://codecov.io/gh/cpmech/tritet/branch/main/graph/badge.svg?token=2ALVRVWJ5W)](https://codecov.io/gh/cpmech/tritet) +[![Crates.io](https://img.shields.io/crates/v/tritet.svg)](https://crates.io/crates/tritet) This project presents a Rust code to generate triangle and tetrahedron meshes by calling [Triangle](https://www.cs.cmu.edu/~quake/triangle.html) and