vcpkg/ports/vulkan/vcpkg.json
Juan Ramos a403a65350
[vulkan] Fix SDK detection fails for official debian packages (#30783)
* [vulkan] Fix SDK detection fails for official debian packages

Fixes #13331

* [vulkan] Update version database
2023-04-21 15:01:15 -07:00

15 lines
285 B
JSON

{
"name": "vulkan",
"version": "1.1.82.1",
"port-version": 6,
"description": "A stub package that ensures that the Vulkan SDK is installed.",
"license": null,
"supports": "!uwp & !xbox",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}