mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
Bump winit from 0.29.6 to 0.29.8 (#4948)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
This commit is contained in:
parent
8e0b715954
commit
d7db4e5ef0
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -2593,7 +2593,7 @@ dependencies = [
|
||||
"serde",
|
||||
"wgpu-core",
|
||||
"wgpu-types",
|
||||
"winit 0.29.6",
|
||||
"winit 0.29.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4067,7 +4067,7 @@ dependencies = [
|
||||
"wgpu",
|
||||
"wgpu-hal",
|
||||
"wgpu-test",
|
||||
"winit 0.29.6",
|
||||
"winit 0.29.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4113,7 +4113,7 @@ dependencies = [
|
||||
"web-sys",
|
||||
"wgpu-types",
|
||||
"winapi",
|
||||
"winit 0.29.6",
|
||||
"winit 0.29.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4464,9 +4464,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "winit"
|
||||
version = "0.29.6"
|
||||
version = "0.29.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0a5426b43d8782441f76a9b775686da171b9eedcfcee75a698fa5180c9a09d34"
|
||||
checksum = "0dc1a7ae1076890701c7dd71ea35b2aebaf9aeb7b8868ac2d33b1c7e8ef93c00"
|
||||
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.6", features = [
|
||||
winit = { version = "0.29.8", features = [
|
||||
"android-native-activity",
|
||||
] } # for "halmark" example
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user