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:
Euclid Ye 2025-07-29 17:45:22 +08:00 committed by GitHub
parent 7ce5de4e2d
commit a5d4c49ec6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 13 deletions

View file

@ -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"