diff --git a/Cargo.lock b/Cargo.lock index 98da246178..6bdce4607f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index ffa6c652bb..969b8d26a8 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -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