mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01: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
|
@ -28,5 +28,5 @@ lazy_static = { workspace = true }
|
|||
mach2 = "0.4"
|
||||
|
||||
[target.'cfg(all(target_os = "linux", not(any(target_arch = "arm", target_arch = "aarch64"))))'.dependencies]
|
||||
nix = "0.25"
|
||||
nix = { version = "0.27", features = ["signal"] }
|
||||
unwind-sys = "0.1.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue