Update dependencies

This commit is contained in:
BtbN
2022-10-06 00:40:44 +02:00
parent 8bc793644e
commit 22440fc549
55 changed files with 56 additions and 56 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://github.com/KhronosGroup/Vulkan-Headers.git"
SCRIPT_COMMIT="v1.3.226"
SCRIPT_COMMIT="v1.3.230"
SCRIPT_TAGFILTER="v?.*.*"
ffbuild_enabled() {

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://github.com/google/shaderc.git"
SCRIPT_COMMIT="31bddbb37ef1e974da7bce859ab59bcfc5ad9ee7"
SCRIPT_COMMIT="7ea834ecc59258a5c13c3d3e6fa0582bdde7c543"
ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://github.com/KhronosGroup/SPIRV-Cross.git"
SCRIPT_COMMIT="c93ee9261ed38be0b37b7cc40e2c5c47eaf5615d"
SCRIPT_COMMIT="f09ba2777714871bddb70d049878af34b94fa54d"
ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://code.videolan.org/videolan/libplacebo.git"
SCRIPT_COMMIT="0ce3fa4f28f41b20928476e6d7e09f5e611e7005"
SCRIPT_COMMIT="35cbea8b1b293998b5da44a1ce9d7d1f2b51da1e"
ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1