vcpkg/ports/vk-bootstrap/vcpkg.json
2024-03-26 11:51:12 -07:00

20 lines
381 B
JSON

{
"name": "vk-bootstrap",
"version": "1.3.279",
"port-version": 1,
"description": "Vulkan bootstraping library",
"homepage": "https://github.com/charles-lunarg/vk-bootstrap",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"vulkan-headers"
]
}