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

21 lines
398 B
JSON

{
"name": "vulkan-tools",
"version": "1.3.296.0",
"description": "Vulkan Development Tools",
"homepage": "https://github.com/KhronosGroup/Vulkan-Tools",
"license": "Apache-2.0",
"supports": "!osx",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"volk",
"vulkan-headers"
]
}