mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:19:23 +08:00
8e591a9cf0
* 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>
15 lines
280 B
JSON
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"
|
|
]
|
|
}
|