mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:39:06 +08:00
20 lines
381 B
JSON
20 lines
381 B
JSON
{
|
|
"name": "vk-bootstrap",
|
|
"version": "1.3.279",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|