diff --git a/ports/glslang/portfile.cmake b/ports/glslang/portfile.cmake index 9f1727ba7c..ea4fde0864 100644 --- a/ports/glslang/portfile.cmake +++ b/ports/glslang/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KhronosGroup/glslang REF "${VERSION}" - SHA512 8ba7e5f73746b221ff39387282e2d929d1142c60d1c79019f4c21c84b105fb59253e88f2f649a25e9bb7ab01094e455f002c7412aeea882548fac4a426eee809 + SHA512 bcd0604f0a4a1a17ae207b90daeb9031d5c473968d331baf487acbc0f38871a0a82d2b20d274389f9988735e8dcd3fe4d2c2bd1513c77d031c8253c66424dbc4 HEAD_REF master ) @@ -46,7 +46,7 @@ endif() vcpkg_copy_pdbs() if(ENABLE_GLSLANG_BINARIES) - vcpkg_copy_tools(TOOL_NAMES glslang glslangValidator spirv-remap AUTO_CLEAN) + vcpkg_copy_tools(TOOL_NAMES glslang glslangValidator AUTO_CLEAN) endif() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") diff --git a/ports/glslang/vcpkg.json b/ports/glslang/vcpkg.json index 25e3580b94..d873d57219 100644 --- a/ports/glslang/vcpkg.json +++ b/ports/glslang/vcpkg.json @@ -1,6 +1,6 @@ { "name": "glslang", - "version": "15.1.0", + "version": "16.1.0", "description": "Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.", "homepage": "https://github.com/KhronosGroup/glslang", "license": "Apache-2.0 AND BSD-3-Clause AND MIT AND GPL-3.0-or-later", @@ -25,8 +25,8 @@ "description": "Build with dynamic typeinfo" }, "tools": { - "description": "Build the glslangValidator and spirv-remap binaries", - "supports": "!ios" + "description": "Build the glslang binaries", + "supports": "!android & !ios" } } } diff --git a/versions/baseline.json b/versions/baseline.json index b5194f9f6a..b1ae174d73 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3385,7 +3385,7 @@ "port-version": 3 }, "glslang": { - "baseline": "15.1.0", + "baseline": "16.1.0", "port-version": 0 }, "glui": { diff --git a/versions/g-/glslang.json b/versions/g-/glslang.json index dabbac770b..b52583aeb2 100644 --- a/versions/g-/glslang.json +++ b/versions/g-/glslang.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "979a04a1f3893a86dde72b1bdf9efa1d79f1c1db", + "version": "16.1.0", + "port-version": 0 + }, { "git-tree": "218e34707c9d9c77a6c853ac61f9df9fb91e2555", "version": "15.1.0",