mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
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:
parent
bbbff61840
commit
2ef12cf40f
5 changed files with 139 additions and 113 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue