From 650b9a7219bce0390390c6ad335c98b4e83321df Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 27 Oct 2022 11:48:06 -0600 Subject: [PATCH] Add badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6d8a7ca..fb7c428 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # COSMIC Text +[![crates.io](https://img.shields.io/crates/v/cosmic-text.svg)](https://crates.io/crates/cosmic-text) +[![docs.rs](https://docs.rs/cosmic-text/badge.svg)](https://docs.rs/cosmic-text) +![license](https://img.shields.io/crates/l/cosmic-text.svg) +[![Rust workflow](https://github.com/pop-os/cosmic-text/workflows/Rust/badge.svg?event=push)](https://github.com/pop-os/cosmic-text/actions) + Pure Rust multi-line text handling. COSMIC Text provides advanced text shaping, layout, and rendering wrapped up