mirror of
https://github.com/servo/servo.git
synced 2025-09-01 02:28:21 +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
|
@ -180,6 +180,7 @@ wgpu-core = "25"
|
|||
wgpu-types = "25"
|
||||
winapi = "0.3"
|
||||
windows-sys = "0.59"
|
||||
winit = "0.30.12"
|
||||
wio = "0.2"
|
||||
wr_malloc_size_of = { git = "https://github.com/servo/webrender", branch = "0.67" }
|
||||
xi-unicode = "0.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue