Update vulkan crates

This commit is contained in:
Florian RICHER 2025-02-19 12:48:36 +01:00
parent 34ec2894df
commit 7d6b6ea370
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 110 additions and 96 deletions

View file

@ -9,8 +9,8 @@ publish = false
anyhow = "1.0"
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" }
vulkano = "0.35"
vulkano-shaders = "0.35"
# Math
glam = { version = "0.29" }