Update Vulkan Headers to 1.3.250 (#31721)

* [vulkan-headers] Update to 1.3.250

* [vulkan-headers] Update version database
This commit is contained in:
Juan Ramos 2023-06-01 12:06:52 -06:00 committed by GitHub
parent 0335503716
commit 69f86f893f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 9 deletions

View File

@ -1,16 +1,14 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KhronosGroup/Vulkan-Headers
REF d732b2de303ce505169011d438178191136bfb00
SHA512 425d393dec95902af46f182b3d8d5d279efefddc9cbce05c2b3e4f1706fa05ff74db0a3db2adc370bf6ac25c152c66d9a96feaac8a427acdc46b1d27e69c2608
HEAD_REF v1.3.243
REF bae9700cd9425541a0f6029957f005e5ad3ef660
SHA512 b1a51cb868563bf044c65cab8411547b8a08ea21998f01e5be53027217ddd18ff6907d78490c08e3f14865c53436ddf092811726ae3df23a29f8edd614bdb95b
HEAD_REF v1.3.250
)
set(VCPKG_BUILD_TYPE release) # header-only port
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
vcpkg_cmake_install()
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")

View File

@ -0,0 +1,4 @@
Vulkan-Headers provides official find_package support:
find_package(VulkanHeaders CONFIG)
target_link_libraries(main PRIVATE Vulkan::Headers)

View File

@ -1,6 +1,6 @@
{
"name": "vulkan-headers",
"version": "1.3.243",
"version": "1.3.250",
"port-version": 2,
"description": "Vulkan header files and API registry",
"homepage": "https://github.com/KhronosGroup/Vulkan-Headers",

View File

@ -8497,7 +8497,7 @@
"port-version": 6
},
"vulkan-headers": {
"baseline": "1.3.243",
"baseline": "1.3.250",
"port-version": 2
},
"vulkan-hpp": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "58c480d0beaa5a34988bd99c452a6fcbfe08721a",
"version": "1.3.250",
"port-version": 2
},
{
"git-tree": "535abf6f9fe02ff97da42e5594a4c1fd55190ec1",
"version": "1.3.243",