mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Bump winit from 0.29.8 to 0.29.9 (#5004)
Bumps [winit](https://github.com/rust-windowing/winit) from 0.29.8 to 0.29.9. - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/winit/compare/v0.29.8...v0.29.9) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
parent
0005b42648
commit
dd2b985690
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -2587,7 +2587,7 @@ dependencies = [
|
||||
"serde",
|
||||
"wgpu-core",
|
||||
"wgpu-types",
|
||||
"winit 0.29.8",
|
||||
"winit 0.29.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4061,7 +4061,7 @@ dependencies = [
|
||||
"wgpu",
|
||||
"wgpu-hal",
|
||||
"wgpu-test",
|
||||
"winit 0.29.8",
|
||||
"winit 0.29.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4107,7 +4107,7 @@ dependencies = [
|
||||
"web-sys",
|
||||
"wgpu-types",
|
||||
"winapi",
|
||||
"winit 0.29.8",
|
||||
"winit 0.29.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4524,9 +4524,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "winit"
|
||||
version = "0.29.8"
|
||||
version = "0.29.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0dc1a7ae1076890701c7dd71ea35b2aebaf9aeb7b8868ac2d33b1c7e8ef93c00"
|
||||
checksum = "c2376dab13e09c01ad8b679f0dbc7038af4ec43d9a91344338e37bd686481550"
|
||||
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.8", features = [
|
||||
winit = { version = "0.29.9", features = [
|
||||
"android-native-activity",
|
||||
] } # for "halmark" example
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user