mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:49:08 +08:00
[glslang] Update GLSLANG to 11.13.0 (#28291)
* [glslang] update to 11.13.0 * [glslang] update baseline * Update ports/glslang/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [glslang] update baseline Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
This commit is contained in:
parent
098d380a52
commit
0773be7bce
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO KhronosGroup/glslang
|
||||
REF 11.12.0
|
||||
SHA512 fd955f9912551668056dfe52835eef11e5dc0bf0d25b2d961a31f684adbd63bc6380759944c1921cfd63d359a58c7cc3a4a4d5eea69fa1b050f58960e5101271
|
||||
REF 11.13.0
|
||||
SHA512 20c2a6543b002648f459f26bd36b5c445afd6d8eae175e400dbe45632f11ca8de1f9e6f6e98fd6f910aa75d90063e174c095e7df26d9d4982192b84d08b0dc8b
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
ignore-crt.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "glslang",
|
||||
"version": "11.12.0",
|
||||
"port-version": 1,
|
||||
"version": "11.13.0",
|
||||
"description": "Khronos reference front-end for GLSL and ESSL, and sample 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",
|
||||
|
@ -2689,8 +2689,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"glslang": {
|
||||
"baseline": "11.12.0",
|
||||
"port-version": 1
|
||||
"baseline": "11.13.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"glui": {
|
||||
"baseline": "2019-11-30",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "293344780ca0d14b1c23c0b78db72fdf5a059ce0",
|
||||
"version": "11.13.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "64952d0b82498ceb8357b5fdf80abf86ec477718",
|
||||
"version": "11.12.0",
|
||||
|
Loading…
Reference in New Issue
Block a user