servoshell: Update egui to 0.32 (#38119)

We also need to bump egui-file-dialog and accesskit_winit. Changes are
done based on migration paths provided by egui.

Testing: No tests for servoshell
Fixes: #38117

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
sagudev 2025-07-16 21:42:16 +02:00 committed by GitHub
parent 9b63854cd0
commit 86ea2641f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 208 additions and 158 deletions

View file

@ -81,7 +81,7 @@ impl EguiGlow {
None,
);
let window = window.winit_window().unwrap();
egui_winit.init_accesskit(window, event_loop_proxy);
egui_winit.init_accesskit(event_loop, window, event_loop_proxy);
window.set_visible(true);
Self {
egui_winit,