egui/crates/epaint
Lucas Meurer 47c5617740
Return `0.0` if font not found in `glyph_width` instead of panic (#7559)
2025-09-30 10:12:56 +02:00
..
benches Selectively update dependencies to reduce total number (#7488) 2025-09-04 09:42:46 +02:00
src Return `0.0` if font not found in `glyph_width` instead of panic (#7559) 2025-09-30 10:12:56 +02:00
CHANGELOG.md 0.32.3 release: Bump version numbers and update changelog (#7536) 2025-09-12 08:18:19 +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.