servoshell: Update egui to 0.34. (#44053)

Testing: We have no automated testing for the servoshell UI. Some quick
manual testing of servo.org seemed to work as expected.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews
2026-04-10 15:19:01 -04:00
committed by GitHub
parent 0fef52f10c
commit f70f94ad0e
6 changed files with 242 additions and 123 deletions

View File

@@ -223,13 +223,20 @@ skip = [
"cfg-expr",
"system-deps",
"target-lexicon",
# Duplicated by wgpu/egui+dependencies
"font-types",
"glow",
"objc2-ui-kit",
"peniko",
"read-fonts",
"skrifa",
"vello_common",
"vello_cpu",
]
# github.com organizations to allow git sources for
[sources.allow-org]
github = [
"servo",
# Temporarily needed by servoshell: see root Cargo.toml
"emilk",
]