mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 07:09:00 +08:00
fa0ff80b1c
* [vk-bootstrap] Fix CMake config for non-windows * [vk-bootstrap] Switch to vulkan-headers * Simplify
16 lines
309 B
JSON
16 lines
309 B
JSON
{
|
|
"name": "vk-bootstrap",
|
|
"version": "0.7",
|
|
"port-version": 1,
|
|
"description": "Vulkan bootstraping library",
|
|
"homepage": "https://github.com/charles-lunarg/vk-bootstrap",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"vulkan-headers"
|
|
]
|
|
}
|