mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
cargo: Use workspace dependency for winit
and upgrade to 0.30.12 (#38261)
Use workspace dependency to sync the `winit` version between examples & libservo. Upgrade winit to 0.30.12. Fixes: The hope is lost as it doesn't fix anything.. --------- Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
parent
7ce5de4e2d
commit
a5d4c49ec6
4 changed files with 13 additions and 13 deletions
|
@ -123,7 +123,7 @@ serde_json = { workspace = true }
|
|||
# For optional feature servo_allocator/use-system-allocator
|
||||
servo_allocator = { path = "../../components/allocator" }
|
||||
surfman = { workspace = true, features = ["sm-raw-window-handle-06", "sm-x11"] }
|
||||
winit = "0.30.11"
|
||||
winit = { workspace = true }
|
||||
|
||||
[target.'cfg(any(all(target_os = "linux", not(target_env = "ohos")), target_os = "macos"))'.dependencies]
|
||||
sig = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue