1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/crates
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
..