Updated Dependencies. (#876)

* Updated Dependencies

* Complied with changes mentioned in pull request.
This commit is contained in:
thelearnerofcode 2017-12-11 04:23:40 -05:00 committed by Pierre Krieger
parent bc01c79992
commit 80e1ed6dc3
5 changed files with 12 additions and 12 deletions

View File

@ -8,7 +8,7 @@ publish = false
vulkano = { path = "../vulkano" }
vulkano-shader-derive = { path = "../vulkano-shader-derive" }
vulkano-win = { path = "../vulkano-win" }
cgmath = "0.14.1"
image = "0.14.0"
cgmath = "0.15.0"
image = "0.17.0"
winit = "0.7.0"
time = "0.1.37"
time = "0.1.38"

View File

@ -12,4 +12,4 @@ categories = ["rendering::graphics-api"]
tempdir = "0.3.5"
[build-dependencies]
cmake = "0.1.19"
cmake = "0.1.27"

View File

@ -14,5 +14,5 @@ proc-macro = true
[dependencies]
glsl-to-spirv = { version = "0.1.2", path = "../glsl-to-spirv" }
syn = { version = "0.10", features = ["aster", "visit"] }
syn = { version = "0.11.11", features = ["aster", "visit"] }
vulkano-shaders = { version = "0.7", path = "../vulkano-shaders" }

View File

@ -12,6 +12,6 @@ vulkano = { version = "0.7.0", path = "../vulkano" }
winit = "0.7.0"
[target.'cfg(target_os = "macos")'.dependencies]
metal-rs = "0.4.3"
cocoa = "0.9"
objc = "0.2"
metal-rs = "0.5.2"
cocoa = "0.11"
objc = "0.2.2"

View File

@ -12,9 +12,9 @@ build = "build.rs"
[dependencies]
crossbeam = "0.3.0"
fnv = "1.0.5"
shared_library = "0.1.5"
smallvec = "0.4.3"
lazy_static = "0.2.2"
fnv = "1.0.6"
shared_library = "0.1.7"
smallvec = "0.5.0"
lazy_static = "0.2.9"
vk-sys = { version = "0.3.2", path = "../vk-sys" }
half = "1"