vcpkg/ports/vulkan-utility-libraries/vcpkg.json

20 lines
416 B
JSON
Raw Normal View History

{
"name": "vulkan-utility-libraries",
"version": "1.3.275.0",
"port-version": 1,
"description": "Utility libraries for Vulkan developers",
"homepage": "https://github.com/KhronosGroup/Vulkan-Utility-Libraries",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"vulkan-headers"
]
}