servoshell: Upgrade egui and many other dependencies (#31278)

* servoshell: Upgrade `egui` and many other dependencies

This upgrades:
 - `core-graphics`
 - `core-text`
 - `egui` and friends
 - `font-kit`
 - `glow` and friends
 - `harfbuzz-sys`
 - `jni`
 - `nix`
 - `raqote`
 - `raw-window-handle`
 - `winit`

* Downgrade jni until we can properly upgrade

* Update some test results

It's unclear why these are now passing, but they are.

---------

Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Magnus Larsen 2024-05-02 16:21:07 +00:00 committed by GitHub
parent 556bfb7dff
commit 9acf2182cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 796 additions and 560 deletions

View file

@ -34,10 +34,10 @@ packages = [
# New versions of these dependencies is pulled in by GStreamer / GLib.
"itertools",
"proc-macro-crate",
"toml",
# Duplicated by winit.
"jni",
"windows-sys",
"windows-targets",
"windows_aarch64_gnullvm",
@ -52,7 +52,6 @@ packages = [
"foreign-types",
"foreign-types-shared",
"metal",
"raw-window-handle",
# Duplicated by indexmap.
"hashbrown",
@ -68,10 +67,6 @@ packages = [
"phf",
"phf_generator",
"phf_shared",
# These can be removed once winit, font-kit, etc are upgraded
"core-graphics",
"core-text",
]
# Files that are ignored for all tidy and lint checks.
files = [