From 42e4d0b7c3ff742d81339cadfd291257ee864110 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Sun, 5 May 2024 22:17:47 +0200 Subject: [PATCH] Fix `shaderc` dependency version See https://github.com/vulkano-rs/vulkano/pull/2467#issuecomment-2094935117 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31c0b24e..746f52a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ quote = "1.0" raw-window-handle = "0.6" serde = "1.0" serde_json = "1.0" -shaderc = "0.8" +shaderc = "0.8.3" slabbin = "1.0" smallvec = "1.8" syn = "2.0"