mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
Update shaderc to 0.6 in order to significantly reduce compile-times … (#1226)
* Update shaderc to 0.6 in order to significantly reduce compile-times on (Arch/Void)Linux again by linking towards shared libraries * Add "shaderc-build-from-source" feature in order to allow shaderc to build from source if linking to system libraries fails * Remove trailing whitespace to please Travis (CI)
This commit is contained in:
parent
85be6295d0
commit
0a8944362a
@ -1,5 +1,6 @@
|
||||
# Unreleased
|
||||
|
||||
- Update shaderc to 0.6. This again allows to use locally installed libraries which reduces the build-time significantly on Arch/Voidlinux (see https://github.com/google/shaderc-rs/issues/58)
|
||||
- Removed faulty debug_assert in `SwapchainAcquireFuture::drop`.
|
||||
|
||||
# Version 0.13.0 (2019-07-02)
|
||||
|
@ -15,10 +15,13 @@ categories = ["rendering::graphics-api"]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
shaderc = "0.5"
|
||||
shaderc = "0.6"
|
||||
syn = "0.15"
|
||||
quote = "0.6"
|
||||
proc-macro2 = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
vulkano = { version = "0.13", path = "../vulkano" }
|
||||
|
||||
[features]
|
||||
shaderc-build-from-source = ["shaderc/build-from-source"]
|
||||
|
Loading…
Reference in New Issue
Block a user