1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Break out mod paint into new crate epaint

This commit is contained in:
Emil Ernerfeldt
2021-01-10 15:42:46 +01:00
parent c0041d032a
commit 26d576f510
42 changed files with 343 additions and 248 deletions

5
epaint/README.md Normal file
View File

@@ -0,0 +1,5 @@
# epaint - Egui Paint Library
A bare-bones 2D graphics library for turning simple 2D shapes and text into textured triangles.
Made for [`egui`](https://github.com/emilk/egui/).