zeek/auxil/vcpkg/ports/vulkan/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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