Merge pull request #3 from Jasper-Bekkers/master

Add badges
This commit is contained in:
Emil Ernerfeldt 2020-06-10 12:04:30 +02:00 committed by GitHub
commit 3c85c2d364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.