egui/crates/epaint
Andrew Farkas 1c460b6dc0
Skip zero-length layout job sections (#7430)
Fixes #7378 

Includes a regression test that previously failed and now succeeds.

* [x] I have followed the instructions in the PR template

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
Co-authored-by: Lucas Meurer <hi@lucasmerlin.me>
2025-09-04 13:17:59 +02:00
..
benches Selectively update dependencies to reduce total number (#7488) 2025-09-04 09:42:46 +02:00
src Skip zero-length layout job sections (#7430) 2025-09-04 13:17:59 +02:00
CHANGELOG.md Add 0.32.1 to changelogs 2025-08-15 13:42:49 +02:00
Cargo.toml Remove the `deadlock_detection` feature (#7497) 2025-09-04 12:57:09 +02:00
README.md Add badges to all crates' README.md 2023-02-12 18:08:13 +01:00

README.md

epaint - egui paint library

Latest version Documentation unsafe forbidden MIT Apache

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

Made for egui.