vcpkg/ports/vk-bootstrap/vcpkg.json
Lily Wang efc181852e
[vk-bootstrap] Disable build tests and example (#28869)
* [vk-bootstrap] Disable build tests and example

* x-add-version

* apply suggestion

* x-add-version
2023-01-11 23:11:05 -08:00

16 lines
301 B
JSON

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