Skip to content

Commit

Permalink
[vulkan-hpp] Bump to 1.3.259 (#32769)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai committed Jul 27, 2023
1 parent d523304 commit 32675c8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/vulkan-hpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KhronosGroup/Vulkan-Hpp
REF ef609a2f77dd1756e672712f264e76b64acdba61 #v1.3.231
SHA512 071cf0d321475a55ecb6eed5874a316daac64a62265f05566c112317ae19cc569e7dfb14ceb9e5c6716a004e2cc621c167d0ffe30faf506096f362c1ed55fafd
REF "v${VERSION}"
SHA512 68c26541961881a3e6c9287719d8b50ccb6a9e44b5c0213a780db37dc7b107aec736abdeda19c74837f37f490662cf40c4cc4c2d3da17eeb5f84923fcdfc2d6e
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/vulkan-hpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "vulkan-hpp",
"version": "1.3.231",
"port-version": 2,
"version": "1.3.259",
"description": "Header only C++ bindings for the Vulkan C API",
"license": "Apache-2.0",
"supports": "!uwp & !xbox",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8585,8 +8585,8 @@
"port-version": 2
},
"vulkan-hpp": {
"baseline": "1.3.231",
"port-version": 2
"baseline": "1.3.259",
"port-version": 0
},
"vulkan-memory-allocator": {
"baseline": "3.0.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/v-/vulkan-hpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d87342b4b1feb62ce7f97396981603c86358fecf",
"version": "1.3.259",
"port-version": 0
},
{
"git-tree": "61fc021c36380e8be0bf1742784dea14c9fe4a97",
"version": "1.3.231",
Expand Down

0 comments on commit 32675c8

Please sign in to comment.