1
0
mirror of synced 2025-11-09 12:57:13 +00:00
This commit is contained in:
Tom Gowan
2019-04-26 21:52:18 +10:00
parent 4694d4eb1d
commit 6eca607ca3
3 changed files with 31 additions and 24 deletions

View File

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