bump winit 0.30.13 (#3401)

This commit is contained in:
Alexsander Falcucci 2026-03-13 18:16:28 +01:00 committed by GitHub
parent 2d37b79e3f
commit aa8f82e02c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -4052,9 +4052,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
[[package]]
name = "winit"
version = "0.30.12"
version = "0.30.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732"
checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d"
dependencies = [
"ahash",
"android-activity",

View file

@ -83,7 +83,7 @@ serde_json = "1.0.134"
spin_sleep = "1.3.0"
unicode-segmentation = "1.12.0"
which = "7.0.1"
winit = { version = "=0.30.12", features = ["serde"] }
winit = { version = "=0.30.13", features = ["serde"] }
regex = "1.11.1"
strum = { version = "0.27.2", features = ["derive"] }
swash = { version = "0.2.1", default-features = false, features = ["std"] }