egui/crates/epaint
2022-10-30 15:14:45 +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 wgpu renderer no longer creates a sampler with every texture (#2198) 2022-10-30 15:14:45 +01:00
Cargo.toml Update some crates (#2100) 2022-10-02 20:33:45 +02:00
CHANGELOG.md Improve text redering and do all color operation in gamma space (#2071) 2022-09-24 17:53:11 +02:00
README.md Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00

epaint - egui paint library

A bare-bones 2D graphics library for turning simple 2D shapes and text into textured triangles.

Made for egui.