Skip to content

Commit

Permalink
[glslang] Bump to 15.1.0 (microsoft#42812)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai authored Dec 20, 2024
1 parent 7ba6833 commit 14dad0d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/glslang/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KhronosGroup/glslang
REF "${VERSION}"
SHA512 b246c6f280891b7c9b6cd0b5e85e03ccf1fe173cdfc40e566339a5698176cbcfe23eb7aeaba277f071222d76b9f2a00376d790d4d604aedad82e6196fab7fc70
SHA512 8ba7e5f73746b221ff39387282e2d929d1142c60d1c79019f4c21c84b105fb59253e88f2f649a25e9bb7ab01094e455f002c7412aeea882548fac4a426eee809
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/glslang/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glslang",
"version": "15.0.0",
"version": "15.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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3185,7 +3185,7 @@
"port-version": 3
},
"glslang": {
"baseline": "15.0.0",
"baseline": "15.1.0",
"port-version": 0
},
"glui": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/glslang.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "218e34707c9d9c77a6c853ac61f9df9fb91e2555",
"version": "15.1.0",
"port-version": 0
},
{
"git-tree": "238083db89713c6762c7f785176b28183154deed",
"version": "15.0.0",
Expand Down

0 comments on commit 14dad0d

Please sign in to comment.