Bump winit from 0.29.3 to 0.29.4 (#4784)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-28 12:20:20 -05:00 committed by GitHub
parent e5d5a492b6
commit 3a448b8378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -2658,7 +2658,7 @@ dependencies = [
"serde",
"wgpu-core",
"wgpu-types",
"winit 0.29.3",
"winit 0.29.4",
]
[[package]]
@ -4127,7 +4127,7 @@ dependencies = [
"wgpu",
"wgpu-hal",
"wgpu-test",
"winit 0.29.3",
"winit 0.29.4",
]
[[package]]
@ -4172,7 +4172,7 @@ dependencies = [
"web-sys",
"wgpu-types",
"winapi",
"winit 0.29.3",
"winit 0.29.4",
]
[[package]]
@ -4532,9 +4532,9 @@ dependencies = [
[[package]]
name = "winit"
version = "0.29.3"
version = "0.29.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "161598019a9da35ab6c34dc46cd13546cba9dbf9816475d4dd9a639455016563"
checksum = "d25d662bb83b511acd839534bb2d88521b0bbc81440969cb077d23c4db9e62c7"
dependencies = [
"ahash",
"android-activity",

View File

@ -180,7 +180,7 @@ features = ["wgsl-in"]
[dev-dependencies]
cfg-if = "1"
env_logger = "0.10"
winit = { version = "0.29.2", features = [
winit = { version = "0.29.4", features = [
"android-native-activity",
] } # for "halmark" example