egui/crates/epaint
Emil Ernerfeldt be6d23eed1 Replace `Stroke::none()` with `Stroke::NONE` 2022-12-05 12:59:02 +01:00
..
benches Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
fonts Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
src Replace `Stroke::none()` with `Stroke::NONE` 2022-12-05 12:59:02 +01:00
CHANGELOG.md Update changelogs with recent additions 2022-12-05 12:51:00 +01:00
Cargo.toml epaint: cover default fonts in the license field (#2327) 2022-11-22 13:44:01 +01:00
README.md Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00

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.