mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:49:08 +08:00
812e37be7e
* [bootstrap] Use official cmake configuration * version
19 lines
360 B
JSON
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"
|
|
]
|
|
}
|