Update smithay-egui, egui

This commit is contained in:
Ian Douglas Scott 2025-01-14 14:33:23 -08:00 committed by Victoria Brekenfeld
parent 1a3494e481
commit 005093b622
3 changed files with 77 additions and 160 deletions

View file

@ -531,9 +531,8 @@ where
renderer.glow_renderer_mut(),
state,
timings,
Rectangle::from_loc_and_size(
(0, 0),
(output_geo.size.w.min(400), output_geo.size.h.min(800)),
Rectangle::from_size(
(output_geo.size.w.min(400), output_geo.size.h.min(800)).into(),
),
scale,
)