servoshell: upgrade egui and related depenencies (#35353)

Also fix build errors resulting from the use of the type
`egui::Rounding` which is now renamed to `egui::CornerRadius`.

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Mukilan Thiyagarajan 2025-02-07 11:39:08 +05:30 committed by GitHub
parent bbbff61840
commit 2ef12cf40f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 139 additions and 113 deletions

View file

@ -34,11 +34,11 @@ allow = [
"BSL-1.0",
"CC0-1.0",
"ISC",
"LicenseRef-UFL-1.0", # No official SPDX, see https://github.com/emilk/egui/issues/2321.
"MIT",
"MPL-2.0",
"OpenSSL",
"OFL-1.1",
"Ubuntu-font-1.0",
"Unicode-3.0",
"Zlib",
"zlib-acknowledgement",
@ -156,6 +156,10 @@ skip = [
"http",
"http-body",
"hyper",
# duplicated by font-kit
"redox_users",
"dirs-sys",
]
# github.com organizations to allow git sources for