From 9774ac44103346dfd6d889ebee64dc11353e86fe Mon Sep 17 00:00:00 2001 From: Tom Gowan Date: Tue, 21 May 2019 13:44:56 +1000 Subject: [PATCH] bump shaderc --- Cargo.toml | 2 +- src/compiler.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a557f5a..2b22848 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] notify = "4" -shaderc = "0.3" +shaderc = "0.5" spirv-reflect = "0.2" vulkano = { git = "https://github.com/mitchmindtree/vulkano", branch = "nannou_patches" } diff --git a/src/compiler.rs b/src/compiler.rs index 8b97095..a7829ba 100644 --- a/src/compiler.rs +++ b/src/compiler.rs @@ -35,7 +35,7 @@ fn get_include( path: &str, include_type: IncludeType, folder_path: &str, - depth: usize, + _depth: usize, ) -> Result { match include_type { IncludeType::Relative => {