mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
servoshell: Update all egui dependencies and group them for dependabot (#32683)
This updates egui, making the necessary changes to maintain behavior. In addition, it groups dependencies so that they are updated in a single PR by dependabot, avoiding manual work.
This commit is contained in:
parent
650af7db92
commit
e14e079fff
4 changed files with 37 additions and 28 deletions
|
@ -93,9 +93,9 @@ ohos-sys = { git = "https://github.com/jschwe/ohos-sys.git" }
|
|||
# For optional feature servo_allocator/use-system-allocator
|
||||
servo_allocator = { path = "../../components/allocator" }
|
||||
arboard = { version = "3" }
|
||||
egui = { version = "0.26.2" }
|
||||
egui_glow = { version = "0.26.2", features = ["winit"] }
|
||||
egui-winit = { version = "0.26.2", default-features = false, features = ["clipboard", "wayland"] }
|
||||
egui = { version = "0.28.0" }
|
||||
egui_glow = { version = "0.28.0", features = ["winit"] }
|
||||
egui-winit = { version = "0.28.0", default-features = false, features = ["clipboard", "wayland"] }
|
||||
euclid = { workspace = true }
|
||||
gilrs = "0.10.7"
|
||||
gleam = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue