Update dependencies

This commit is contained in:
BtbN
2025-04-07 20:21:54 +02:00
parent 3c50fd2ef6
commit 58ef810e70
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.4.309"
SCRIPT_COMMIT="v1.4.312"
SCRIPT_TAGFILTER="v?.*.*"
ffbuild_enabled() {

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://github.com/google/shaderc.git"
SCRIPT_COMMIT="8be073a9ff0d07288b3d138fb7c586ac53465227"
SCRIPT_COMMIT="acc976a6a92d37694afdf1e2bda80ce8c83ef75a"
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="2c32b6bf86f3c4a5539aa1f0bacbd59fe61759cf"
SCRIPT_COMMIT="cb71abe3063094bf383379b15473d39cb1144120"
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="563ea4a1a23237c0acd9f0ba29f5166ebcd5cf60"
SCRIPT_COMMIT="dd16ddf66055db5608bfc8858b5dc88add73545d"
ffbuild_enabled() {
(( $(ffbuild_ffver) > 600 )) || return -1