mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-25 00:04:15 +00:00
Update dependency versions
This commit is contained in:
parent
9a18d549aa
commit
5aa5d671d1
@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
|
||||
build = "build/build.rs"
|
||||
|
||||
[dependencies]
|
||||
tempdir = "0.3.4"
|
||||
tempdir = "0.3.5"
|
||||
|
||||
[build-dependencies]
|
||||
cmake = "0.1.13"
|
||||
cmake = "0.1.19"
|
||||
|
@ -6,4 +6,4 @@ repository = "https://github.com/tomaka/vulkano"
|
||||
description = "Bindings for the Vulkan graphics API"
|
||||
license = "MIT/Apache-2.0"
|
||||
documentation = "https://docs.rs/vk-sys"
|
||||
keywords = ["vulkan", "bindings", "graphics", "gpu"]
|
||||
keywords = ["vulkan", "bindings", "graphics", "gpu"]
|
||||
|
@ -8,4 +8,4 @@ license = "MIT/Apache-2.0"
|
||||
documentation = "http://tomaka.github.io/vulkano/vulkano/index.html"
|
||||
|
||||
[dependencies]
|
||||
glsl-to-spirv = { version = "0.1.0", path = "../glsl-to-spirv" }
|
||||
glsl-to-spirv = { version = "0.1.2", path = "../glsl-to-spirv" }
|
||||
|
@ -8,4 +8,4 @@ license = "MIT/Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
vulkano = { version = "0.3.0", path = "../vulkano" }
|
||||
winit = "0.5.2"
|
||||
winit = "0.5.6"
|
||||
|
@ -8,9 +8,9 @@ license = "MIT/Apache-2.0"
|
||||
documentation = "https://docs.rs/vulkano"
|
||||
|
||||
[dependencies]
|
||||
crossbeam = "0.2.5"
|
||||
fnv = "1.0.2"
|
||||
shared_library = "0.1.4"
|
||||
smallvec = "0.2.0"
|
||||
lazy_static = "0.1.15"
|
||||
vk-sys = { version = "0.2.0", path = "../vk-sys" }
|
||||
crossbeam = "0.2.10"
|
||||
fnv = "1.0.5"
|
||||
shared_library = "0.1.5"
|
||||
smallvec = "0.3.1"
|
||||
lazy_static = "0.2.2"
|
||||
vk-sys = { version = "0.2.1", path = "../vk-sys" }
|
||||
|
Loading…
Reference in New Issue
Block a user