mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
48d0be929c
* deprecate vulkan-hpp * [vulkan-hpp] change version ot 'deprecated'
11 lines
235 B
JSON
11 lines
235 B
JSON
{
|
|
"name": "vulkan-hpp",
|
|
"version-string": "deprecated",
|
|
"description": "[deprecated] Header only C++ bindings for the Vulkan C API",
|
|
"license": null,
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
"vulkan-headers"
|
|
]
|
|
}
|