Update winit version to 0.5.1

This commit is contained in:
Nicolas Koch 2016-05-24 13:42:33 +02:00
parent e7c0282825
commit c53c1378e2
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ vulkano = { path = "../vulkano" }
vulkano-win = { path = "../vulkano-win" }
cgmath = "0.7.0"
image = "0.6.1"
winit = { git = "https://github.com/tomaka/winit" }
winit = "0.5.1"
[build-dependencies]
vk-sys = { path = "../vk-sys" }

View File

@ -8,4 +8,4 @@ license = "MIT/Apache-2.0"
[dependencies]
vulkano = { version = "0.1.0", path = "../vulkano" }
winit = { git = "https://github.com/tomaka/winit" }
winit = "0.5.1"