Update vulkan crates
This commit is contained in:
parent
34ec2894df
commit
7d6b6ea370
2 changed files with 110 additions and 96 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue