mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Bump winit from 0.29.5 to 0.29.6 (#4930)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -2593,7 +2593,7 @@ dependencies = [
|
||||
"serde",
|
||||
"wgpu-core",
|
||||
"wgpu-types",
|
||||
"winit 0.29.5",
|
||||
"winit 0.29.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -4064,7 +4064,7 @@ dependencies = [
|
||||
"wgpu",
|
||||
"wgpu-hal",
|
||||
"wgpu-test",
|
||||
"winit 0.29.5",
|
||||
"winit 0.29.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -4110,7 +4110,7 @@ dependencies = [
|
||||
"web-sys",
|
||||
"wgpu-types",
|
||||
"winapi",
|
||||
"winit 0.29.5",
|
||||
"winit 0.29.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -4461,9 +4461,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "winit"
|
||||
version = "0.29.5"
|
||||
version = "0.29.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2cc935117ef48caed8822a893efef723e07ad868f668dfc4d244aea8873b07f9"
|
||||
checksum = "0a5426b43d8782441f76a9b775686da171b9eedcfcee75a698fa5180c9a09d34"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"android-activity",
|
||||
|
||||
@@ -170,7 +170,7 @@ features = ["wgsl-in"]
|
||||
cfg-if = "1"
|
||||
env_logger = "0.10"
|
||||
glam = "0.24.2" # for ray-traced-triangle example
|
||||
winit = { version = "0.29.5", features = [
|
||||
winit = { version = "0.29.6", features = [
|
||||
"android-native-activity",
|
||||
] } # for "halmark" example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user