1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

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

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 # Egui
An immediate mode GUI library written in Rust. Works anywhere you can draw textured triangles. An immediate mode GUI library written in Rust. Works anywhere you can draw textured triangles.