[spirv-cross] Update to version 2020-02-26 (#10442)

- Modernize port.
This commit is contained in:
Henrik Gaßmann 2020-03-28 03:56:18 +01:00 committed by GitHub
parent 409776e461
commit 7c99786052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,4 @@
Source: spirv-cross
Version: 2019-07-26
Version: 2020-02-26
Homepage: https://github.com/KhronosGroup/SPIRV-Cross
Description: SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.

View File

@ -1,12 +1,11 @@
include(vcpkg_common_functions)
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KhronosGroup/SPIRV-Cross
REF 2019-07-26
SHA512 25bc0e5e7f313d01f70a4f106b9b42bc1975473e3f2fdcd7a48bf83b7865386366ebd5994efd2ae5f8d95c9abcbdefb46725b52ddb8dfb15169d621ff258a8ba
REF 2020-02-26
SHA512 96e4c7d8bf8603d061d1a7afac34db044842dede65f2d9328da1d99a3c8aed9f6fd64fd611e8d1618bd937b682b377d87304a4fcc9068bcffed3d275cb4dfe2c
HEAD_REF master
)