vcpkg/ports/vk-bootstrap/vcpkg.json
freestriker 8e591a9cf0
[vk-bootstrap] Update to v0.7 (#31285)
* Update portfile.cmake

use the latest v0.7 tag of package vk-bootstrap

* update baseline

update to v0.7 tag

* Update baseline.json

change port-version

* Update version and git-tree

* ${VERSION}

* version

---------

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2023-05-09 16:44:20 -07:00

15 lines
280 B
JSON

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