vcpkg/ports/vk-bootstrap/vcpkg.json

20 lines
381 B
JSON
Raw Normal View History

2021-12-14 04:49:27 +08:00
{
"name": "vk-bootstrap",
"version": "1.3.279",
2024-03-27 02:51:12 +08:00
"port-version": 1,
2021-12-14 04:49:27 +08:00
"description": "Vulkan bootstraping library",
"homepage": "https://github.com/charles-lunarg/vk-bootstrap",
"license": "MIT",
2021-12-14 04:49:27 +08:00
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"vulkan-headers"
2021-12-14 04:49:27 +08:00
]
}