1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00
Files
egui/crates/epaint
lucasmerlin 73271a6362 Fix WASM build: rename ScaledMetrics to StyledMetrics, fix web-sys API
- ScaledMetrics was renamed to StyledMetrics but canvas_renderer.rs and
  font.rs still referenced the old name
- web-sys 0.3.91 changed get_image_data params from f64 to i32
2026-03-24 21:38:28 +01:00
..
2023-02-12 18:08:13 +01:00

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.