vcpkg/ports/vulkan-loader/vcpkg.json
2024-03-26 11:52:49 -07:00

20 lines
384 B
JSON

{
"name": "vulkan-loader",
"version": "1.3.280.0",
"description": "Vulkan Development Tools",
"homepage": "https://github.com/KhronosGroup/Vulkan-Loader",
"license": null,
"supports": "!android",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"vulkan-headers"
]
}