1
0
mirror of synced 2025-11-09 21:07:12 +00:00

Merge pull request #18 from mitchmindtree/vulkano_update

Update to vulkano 0.12.0.
This commit is contained in:
Tom
2019-05-27 09:32:37 +10:00
committed by GitHub

View File

@@ -8,9 +8,8 @@ edition = "2018"
notify = "4" notify = "4"
shaderc = "0.5" shaderc = "0.5"
spirv-reflect = "0.2" spirv-reflect = "0.2"
vulkano = { git = "https://github.com/mitchmindtree/vulkano", branch = "nannou_patches" } vulkano = "0.12"
[dev-dependencies] [dev-dependencies]
vulkano = { git = "https://github.com/mitchmindtree/vulkano", branch = "nannou_patches" }
color-backtrace = "0.1" color-backtrace = "0.1"
difference = "2" difference = "2"