mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
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:
13
deny.toml
13
deny.toml
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user