mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 10:59:00 +08:00
a403a65350
* [vulkan] Fix SDK detection fails for official debian packages Fixes #13331 * [vulkan] Update version database
15 lines
285 B
JSON
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
|
|
}
|
|
]
|
|
}
|