Update dependencies

This commit is contained in:
BtbN
2022-11-06 14:06:20 +01:00
parent cca0f227ac
commit c83db5db6a
56 changed files with 60 additions and 70 deletions

View File

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

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://github.com/google/shaderc.git"
SCRIPT_COMMIT="7ea834ecc59258a5c13c3d3e6fa0582bdde7c543"
SCRIPT_COMMIT="dc9d28ae95594edaef725012acd9de15a7342048"
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="f09ba2777714871bddb70d049878af34b94fa54d"
SCRIPT_COMMIT="abc31207bffbc1bef4192746af44b3be1abcff17"
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="35cbea8b1b293998b5da44a1ce9d7d1f2b51da1e"
SCRIPT_COMMIT="7ac2950a13a3dc06cb83aa5f110c1e6399c6f9a0"
ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1