Update spirv-tools to 0.7.0 (#753)

This moves to the v2021.3 version of SPIRV-Tools
This commit is contained in:
Jake Shadle 2021-09-17 13:42:43 +02:00 committed by GitHub
parent eeb67ae748
commit 35172f7edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -2530,9 +2530,9 @@ dependencies = [
[[package]]
name = "spirv-tools"
version = "0.6.1"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "663d6a7c1627d47e402e3a41076f6147bbe4bf11fd98687e1016599b3979f6d3"
checksum = "f9166dcdbeef2f7747558b9c17141ba7e164f1237a56ae140e5db18b05c52514"
dependencies = [
"memchr",
"spirv-tools-sys",
@ -2541,9 +2541,9 @@ dependencies = [
[[package]]
name = "spirv-tools-sys"
version = "0.4.1"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbb083780a3721ff6dd496dbdc3b90c033b443bec676918b89c179b330081983"
checksum = "b967db819666ccf7a0373876321bfe852922edcc7f3e30e3a7668b02e1961119"
dependencies = [
"cc",
]

View File

@ -44,7 +44,7 @@ sanitize-filename = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
smallvec = "1.6.1"
spirv-tools = { version = "0.6.1", default-features = false }
spirv-tools = { version = "0.7", default-features = false }
topological-sort = "0.1"
[dev-dependencies]