From c0d4feeca8e60eebe383f12444e5591835af9ead Mon Sep 17 00:00:00 2001 From: Jasper Bekkers Date: Fri, 5 Jun 2020 14:20:43 +0200 Subject: [PATCH] Add badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2b82f51f..27fecc08 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![Latest version](https://img.shields.io/crates/v/egui.svg)](https://crates.io/crates/egui) +[![Documentation](https://docs.rs/egui/badge.svg)](https://docs.rs/egui) +![MIT](https://img.shields.io/badge/license-MIT-blue.svg) +![Apache](https://img.shields.io/badge/license-Apache-blue.svg) + # Egui An immediate mode GUI library written in Rust. Works anywhere you can draw textured triangles.