mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:38:59 +08:00
5c09112d26
* update vulkan-headers and vulkan-hpp to v1.2.203 * change 'version-string' to 'version' * version-semver -> version Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"name": "vulkan-hpp",
|
|
"version": "1.2.203",
|
|
"description": "Header only C++ bindings for the Vulkan C API",
|
|
"dependencies": [
|
|
"vulkan"
|
|
]
|
|
}
|