Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ports/spirv-cross/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: spirv-cross
Version: 2019-07-26
Version: 2020-02-26
Comment thread
BurningEnlightenment marked this conversation as resolved.
Outdated
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.
5 changes: 2 additions & 3 deletions ports/spirv-cross/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
include(vcpkg_common_functions)

vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_from_github(
Comment thread
BurningEnlightenment marked this conversation as resolved.
Outdated
OUT_SOURCE_PATH SOURCE_PATH
REPO KhronosGroup/SPIRV-Cross
REF 2019-07-26
SHA512 25bc0e5e7f313d01f70a4f106b9b42bc1975473e3f2fdcd7a48bf83b7865386366ebd5994efd2ae5f8d95c9abcbdefb46725b52ddb8dfb15169d621ff258a8ba
REF 2020-02-26
SHA512 96e4c7d8bf8603d061d1a7afac34db044842dede65f2d9328da1d99a3c8aed9f6fd64fd611e8d1618bd937b682b377d87304a4fcc9068bcffed3d275cb4dfe2c
HEAD_REF master
)

Expand Down