Fix shaderc dependency version

See
https://github.com/vulkano-rs/vulkano/pull/2467#issuecomment-2094935117
This commit is contained in:
marc0246 2024-05-05 22:17:47 +02:00
parent c03e2b926c
commit 42e4d0b7c3
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

@ -57,7 +57,7 @@ quote = "1.0"
raw-window-handle = "0.6" raw-window-handle = "0.6"
serde = "1.0" serde = "1.0"
serde_json = "1.0" serde_json = "1.0"
shaderc = "0.8" shaderc = "0.8.3"
slabbin = "1.0" slabbin = "1.0"
smallvec = "1.8" smallvec = "1.8"
syn = "2.0" syn = "2.0"