epaint 0.27.2

Minimal 2D graphics library for GUI work
Documentation
1
2
3
4
5
6
7
8
9
10
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/).