* Added functionality to image.rs that allows for creating an image from rgb instead of just rgba * remove "unmultiplied" * remove "unmultiplied" * rgba -> rgb Co-authored-by: Mingun <Alexander_Sergey@mail.ru> Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Co-authored-by: Mingun <Alexander_Sergey@mail.ru> |
||
|---|---|---|
| .. | ||
| benches | ||
| fonts | ||
| src | ||
| CHANGELOG.md | ||
| Cargo.toml | ||
| README.md | ||
README.md
epaint - egui paint library
A bare-bones 2D graphics library for turning simple 2D shapes and text into textured triangles.
Made for egui.