bump shaderc

master
Tom Gowan 6 years ago
parent 50a88bd0ca
commit 9774ac4410

@ -6,7 +6,7 @@ edition = "2018"
[dependencies] [dependencies]
notify = "4" notify = "4"
shaderc = "0.3" shaderc = "0.5"
spirv-reflect = "0.2" spirv-reflect = "0.2"
vulkano = { git = "https://github.com/mitchmindtree/vulkano", branch = "nannou_patches" } vulkano = { git = "https://github.com/mitchmindtree/vulkano", branch = "nannou_patches" }

@ -35,7 +35,7 @@ fn get_include(
path: &str, path: &str,
include_type: IncludeType, include_type: IncludeType,
folder_path: &str, folder_path: &str,
depth: usize, _depth: usize,
) -> Result<ResolvedInclude, String> { ) -> Result<ResolvedInclude, String> {
match include_type { match include_type {
IncludeType::Relative => { IncludeType::Relative => {

Loading…
Cancel
Save