diff --git a/crates/ecolor/README.md b/crates/ecolor/README.md index 5dee0776..4c84da01 100644 --- a/crates/ecolor/README.md +++ b/crates/ecolor/README.md @@ -1,5 +1,11 @@ # ecolor - egui color library +[![Latest version](https://img.shields.io/crates/v/ecolor.svg)](https://crates.io/crates/ecolor) +[![Documentation](https://docs.rs/ecolor/badge.svg)](https://docs.rs/ecolor) +[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) +![MIT](https://img.shields.io/badge/license-MIT-blue.svg) +![Apache](https://img.shields.io/badge/license-Apache-blue.svg) + A simple color storage and conversion library. Made for [`egui`](https://github.com/emilk/egui/). diff --git a/crates/egui_extras/README.md b/crates/egui_extras/README.md index 456e2b0e..d49a594e 100644 --- a/crates/egui_extras/README.md +++ b/crates/egui_extras/README.md @@ -2,6 +2,7 @@ [![Latest version](https://img.shields.io/crates/v/egui_extras.svg)](https://crates.io/crates/egui_extras) [![Documentation](https://docs.rs/egui_extras/badge.svg)](https://docs.rs/egui_extras) +[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) ![MIT](https://img.shields.io/badge/license-MIT-blue.svg) ![Apache](https://img.shields.io/badge/license-Apache-blue.svg) diff --git a/crates/emath/README.md b/crates/emath/README.md index 9a3da643..af22459a 100644 --- a/crates/emath/README.md +++ b/crates/emath/README.md @@ -1,5 +1,11 @@ # emath - egui math library +[![Latest version](https://img.shields.io/crates/v/emath.svg)](https://crates.io/crates/emath) +[![Documentation](https://docs.rs/emath/badge.svg)](https://docs.rs/emath) +[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) +![MIT](https://img.shields.io/badge/license-MIT-blue.svg) +![Apache](https://img.shields.io/badge/license-Apache-blue.svg) + A bare-bones 2D math library with types and functions useful for GUI building. Made for [`egui`](https://github.com/emilk/egui/). diff --git a/crates/epaint/README.md b/crates/epaint/README.md index 7d9fb0f9..fb5d9c1c 100644 --- a/crates/epaint/README.md +++ b/crates/epaint/README.md @@ -1,5 +1,11 @@ # epaint - egui paint library +[![Latest version](https://img.shields.io/crates/v/epaint.svg)](https://crates.io/crates/epaint) +[![Documentation](https://docs.rs/epaint/badge.svg)](https://docs.rs/epaint) +[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) +![MIT](https://img.shields.io/badge/license-MIT-blue.svg) +![Apache](https://img.shields.io/badge/license-Apache-blue.svg) + A bare-bones 2D graphics library for turning simple 2D shapes and text into textured triangles. Made for [`egui`](https://github.com/emilk/egui/).