mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 15:19:01 +08:00
13 lines
196 B
JSON
13 lines
196 B
JSON
|
{
|
||
|
"name": "vk-bootstrap",
|
||
|
"version": "0.5",
|
||
|
"description": "Vulkan bootstraping library",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
"vulkan"
|
||
|
]
|
||
|
}
|