Skip to content

Commit

Permalink
Add badges to all crates' README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 12, 2023
1 parent f71d79a commit 97756bc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/ecolor/README.md
Original file line number Diff line number Diff line change
@@ -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/).
1 change: 1 addition & 0 deletions crates/egui_extras/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 6 additions & 0 deletions crates/emath/README.md
Original file line number Diff line number Diff line change
@@ -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/).
6 changes: 6 additions & 0 deletions crates/epaint/README.md
Original file line number Diff line number Diff line change
@@ -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/).

0 comments on commit 97756bc

Please sign in to comment.