vcpkg/ports/vk-bootstrap/vcpkg.json
Frank 812e37be7e
[bootstrap] Use official cmake configuration (#35643)
* [bootstrap] Use official cmake configuration

* version
2023-12-13 23:28:56 -08:00

19 lines
360 B
JSON

{
"name": "vk-bootstrap",
"version": "1.3.273",
"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"
]
}