vcpkg/ports/lunarg-vulkantools/vcpkg.json
2024-03-26 11:52:49 -07:00

28 lines
553 B
JSON

{
"name": "lunarg-vulkantools",
"version": "1.3.280.0",
"description": "Tools to aid in Vulkan development",
"homepage": "https://github.com/LunarG/VulkanTools",
"license": null,
"supports": "!osx & !staticcrt",
"dependencies": [
"jsoncpp",
"qt5-base",
"valijson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "vcpkg-get-python-packages",
"host": true
},
"vulkan-loader",
"vulkan-utility-libraries"
]
}