mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
Update dependencies (#1048)
This commit is contained in:
parent
abadc72aa2
commit
448bc1d1ad
@ -9,6 +9,6 @@ vulkano = { path = "../vulkano" }
|
||||
vulkano-shader-derive = { path = "../vulkano-shader-derive" }
|
||||
vulkano-win = { path = "../vulkano-win" }
|
||||
cgmath = "0.16.1"
|
||||
image = "0.19.0"
|
||||
image = "0.20.0"
|
||||
winit = "0.17"
|
||||
time = "0.1.38"
|
||||
|
@ -13,7 +13,7 @@ name = "vulkano_shader_derive"
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = "0.14"
|
||||
syn = "0.15"
|
||||
vulkano-shaders = { version = "0.10", path = "../vulkano-shaders" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user