Update dependencies (#1048)

This commit is contained in:
Lucas Kent 2018-09-23 22:10:37 +10:00 committed by GitHub
parent abadc72aa2
commit 448bc1d1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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]