mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
556bfb7dff
commit
9acf2182cd
20 changed files with 796 additions and 560 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue