update spirv cross (#6690)

This commit is contained in:
Christophe Delacourt 2019-06-05 21:07:39 +02:00 committed by Phil Christensen
parent 97fd1135e5
commit 311ac99e48
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: spirv-cross
Version: 2018-08-07-1
Version: 2019-05-09
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

@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KhronosGroup/SPIRV-Cross
REF 2018-08-07
SHA512 1ac6ee6b2864d950199d4e856ae1576f9435827501baa5d53821a973cd68aaa03ec428094bf74c570784997baac5b2e3802ddc7f02844e2ee546741fa726bf91
REF fce83b7e8b0f6599efd4481992b2eb30f69f21de
SHA512 24bdb965f0248b57081d314f078a522ef8da842ee5480e1276da7bc70cae002cfe7a58903f99d13bcdee1e3863f77dfcd5a74e084e63a9c20edf42a833b2a874
HEAD_REF master
)