Use rwh_06 with winit

This commit is contained in:
Florian RICHER 2024-12-08 18:20:36 +01:00
parent 0597579115
commit 9256da2094
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 4 additions and 12 deletions

14
Cargo.lock generated
View file

@ -662,8 +662,7 @@ dependencies = [
"log",
"ndk-sys",
"num_enum",
"raw-window-handle 0.5.2",
"raw-window-handle 0.6.2",
"raw-window-handle",
"thiserror",
]
@ -1052,12 +1051,6 @@ dependencies = [
"proc-macro2",
]
[[package]]
name = "raw-window-handle"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
[[package]]
name = "raw-window-handle"
version = "0.6.2"
@ -1472,7 +1465,7 @@ dependencies = [
"parking_lot",
"proc-macro2",
"quote",
"raw-window-handle 0.6.2",
"raw-window-handle",
"raw-window-metal",
"serde",
"serde_json",
@ -1966,8 +1959,7 @@ dependencies = [
"orbclient",
"percent-encoding",
"pin-project",
"raw-window-handle 0.5.2",
"raw-window-handle 0.6.2",
"raw-window-handle",
"redox_syscall 0.4.1",
"rustix",
"sctk-adwaita",

View file

@ -7,7 +7,7 @@ publish = false
[dependencies]
anyhow = "1.0"
winit = { version = "0.30", features = ["rwh_05"] }
winit = { version = "0.30", features = ["rwh_06"] }
vulkano = { git = "https://github.com/vulkano-rs/vulkano.git", branch = "master" }
vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano.git", branch = "master" }