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

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" }