epaint 0.19.0

Minimal 2D graphics library for GUI work
Documentation
A simple 2D graphics library for turning simple 2D shapes and text into textured triangles. Made for [`egui`](https://github.com/emilk/egui/). Create some [`Shape`]:s and pass them to [`tessellate_shapes`] to generate [`Mesh`]:es that you can then paint using some graphics API of your choice (e.g. OpenGL). ## Feature flags