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-hpp | |
| 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-hpp')
| -rw-r--r-- | ports/vulkan-hpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/vulkan-hpp/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/vulkan-hpp/CONTROL b/ports/vulkan-hpp/CONTROL index 2449918e3..05f88b6c2 100644 --- a/ports/vulkan-hpp/CONTROL +++ b/ports/vulkan-hpp/CONTROL @@ -1,4 +1,4 @@ Source: vulkan-hpp -Version: 2019-05-11-1 +Version: 1.2.184 Description: Header only C++ bindings for the Vulkan C API Build-Depends: vulkan diff --git a/ports/vulkan-hpp/portfile.cmake b/ports/vulkan-hpp/portfile.cmake index ba249b692..9e790f5f4 100644 --- a/ports/vulkan-hpp/portfile.cmake +++ b/ports/vulkan-hpp/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KhronosGroup/Vulkan-Hpp - REF 5ce8ae7fd0d9c0543d02f33cfa8a66e6a43e2150 - SHA512 dc58332f5075f0b4d001abd4e78664be099509b8cee525a211aa33599f2351bf5e200fef37dccc84895d8f7a056f075ae3cf404f9aac7281970ff903e4a67a96 + REF v1.2.184 + SHA512 564bb5fd3b89fc8078e3c4d99c719f4d62166d78891bc529d6d07add1843137ec8f62a92dbdcfa9ffa8a9677fba41da1b591a033c61b27c43c70c25be32c3205 HEAD_REF master ) |
