From 1fc02b5fe05181ce8cb7c50e91f7170351e0ac0b Mon Sep 17 00:00:00 2001 From: Matthieu Bouron Date: Mon, 22 Jan 2024 08:29:31 +0100 Subject: [PATCH] build: bump glslang version to 14.0.0 According to upstream release notes, legacy HLSL and OGLCompiler libraries have been removed. --- configure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.py b/configure.py index 061260fd3..405ed12cd 100755 --- a/configure.py +++ b/configure.py @@ -153,10 +153,10 @@ def _gen_android_cross_file(cfg): sha256="446cf6277ff0dd4211e6dc19c1b9015210a72758f53f5034c7e4d6b60e540ecf", ), glslang=dict( - version="13.1.1", + version="14.0.0", dst_file="glslang-@VERSION@.tar.gz", url="https://github.com/KhronosGroup/glslang/archive/refs/tags/@VERSION@.tar.gz", - sha256="1c4d0a5a38c8aaf89a2d7e6093be734320599f5a6775b2726beeb05b0c054e66", + sha256="80bbb916a23e94ea9cbfb1acb5d1a44a7e0c9613bcf5b5947c03f2273bdc92b0", ), glslang_Windows=dict( # Use the legacy master-tot Windows build until the main-tot one is