Update dependencies

This commit is contained in:
Nicolas Koch 2017-07-24 12:56:13 +02:00
parent c0d4afb0fa
commit 521a93f363

View File

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