Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vulkan-hpp] Bump to 1.3.259 #32769

Merged
merged 4 commits into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
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 48b4b6f985c00b9028e6c94088a2c90b1da82c9c #v1.3.259
xiaozhuai marked this conversation as resolved.
Show resolved Hide resolved
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": "71602b7a2df64567680902646ce653b5007cf38a",
"version": "1.3.259",
"port-version": 0
},
{
"git-tree": "61fc021c36380e8be0bf1742784dea14c9fe4a97",
"version": "1.3.231",
Expand Down