vcpkg/ports/volk/vcpkg.json
2024-10-19 03:58:11 +00:00

23 lines
540 B
JSON

{
"name": "volk",
"version": "1.3.296",
"description": [
"Meta loader for Vulkan API.",
"Note that the static library target volk::volk is built without platform-specific defines.",
"Use the header-only target volk::volk_headers if you require platform-specific extensions."
],
"homepage": "https://github.com/zeux/volk",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"vulkan-headers"
]
}