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"
|
|
}
|
|
]
|
|
}
|