mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
Fix the version of vk-sys required by vulkano (#864)
This commit is contained in:
parent
c9b35bc9e2
commit
e590f22bf2
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vk-sys"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
description = "Bindings for the Vulkan graphics API"
|
||||
|
@ -16,5 +16,5 @@ fnv = "1.0.5"
|
||||
shared_library = "0.1.5"
|
||||
smallvec = "0.4.3"
|
||||
lazy_static = "0.2.2"
|
||||
vk-sys = { version = "0.3.1", path = "../vk-sys" }
|
||||
vk-sys = { version = "0.3.2", path = "../vk-sys" }
|
||||
half = "1"
|
||||
|
Loading…
Reference in New Issue
Block a user