mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
8397227251
* [vulkan-sdk] Separate port * Update ci.baseline.txt * [hikogui] Using glslc from shaderc * [vulkan] Drop LICENSE.txt * [vulkan-sdk-components] Avoid vulkan-sdk name * [vulkan] Fixup copyright text
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "vulkan",
|
|
"version-date": "2023-12-17",
|
|
"description": [
|
|
"A stub package that ensures that Vulkan headers and a loader are available.",
|
|
"On Android, the NDK provides a loader at API level 24 or higher."
|
|
],
|
|
"license": null,
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"vulkan-headers",
|
|
{
|
|
"name": "vulkan-loader",
|
|
"platform": "!android"
|
|
}
|
|
]
|
|
}
|