diff options
| author | Christoph Neuhauser <c.a.neuhauser@gmail.com> | 2021-07-22 23:25:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 14:25:45 -0700 |
| commit | 64f20adbd65eb6ede1ab4b31426c7c4b519d1728 (patch) | |
| tree | 8fa84ec5a6dd29736edf90919534944d66da96d1 /ports/vulkan-headers | |
| parent | 7fac0dc1440b79ac9afffaa2af45578518d5750e (diff) | |
| download | vcpkg-64f20adbd65eb6ede1ab4b31426c7c4b519d1728.tar.gz vcpkg-64f20adbd65eb6ede1ab4b31426c7c4b519d1728.zip | |
[vulkan-headers, vulkan-hpp ,vulkan-memory-allocator] Update to the latestion version (#18976)
* Updated vulkan-headers, vulkan-hpp and vulkan-memory-allocator to new versions.
* Updated the port ashes to fix compilation errors with the new Vulkan headers. Added vk_video/ to the list of copied header files in the port vulkan-headers.
* Apply suggestions from code review regarding version strings
Update version strings in ports/ashes/vcpkg.json and ports/vulkan-headers/vcpkg.json.
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Updated versioning information of modified ports.
* Update version strings after changes in vcpkg.json files.
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Diffstat (limited to 'ports/vulkan-headers')
| -rw-r--r-- | ports/vulkan-headers/portfile.cmake | 5 | ||||
| -rw-r--r-- | ports/vulkan-headers/vcpkg.json | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/vulkan-headers/portfile.cmake b/ports/vulkan-headers/portfile.cmake index f37517274..c6f59423e 100644 --- a/ports/vulkan-headers/portfile.cmake +++ b/ports/vulkan-headers/portfile.cmake @@ -2,13 +2,14 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KhronosGroup/Vulkan-Headers - REF v1.2.157 - SHA512 ab0051251ba7491b7d5720c78a187c0e75fc3056a2ad9718cbade56ea94a9ce6ac6b6d7bd8c3e998669c7f6ff5de0ea4d1b1d05df0dab6cf943c33a32d66b832 + REF v1.2.184 + SHA512 95ee241ca82ba4373dc53aefec36839b6a08478434742bd8de6750d875a7a5fcb2225afae5f6f400a7b302af87da7e226b725be5435236694e816e141a3b24ef HEAD_REF master ) # This must be vulkan as other vulkan packages expect it there. file(COPY "${SOURCE_PATH}/include/vulkan/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/vulkan") +file(COPY "${SOURCE_PATH}/include/vk_video/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/vk_video") # Handle copyright file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/vulkan-headers/vcpkg.json b/ports/vulkan-headers/vcpkg.json index 4a83259b4..8059e77b7 100644 --- a/ports/vulkan-headers/vcpkg.json +++ b/ports/vulkan-headers/vcpkg.json @@ -1,6 +1,6 @@ { "name": "vulkan-headers", - "version-string": "1.2.157", + "version-semver": "1.2.184", "description": "Vulkan header files and API registry", "homepage": "https://github.com/KhronosGroup/Vulkan-Headers" } |
