vcpkg/ports/vk-bootstrap/vcpkg.json

16 lines
301 B
JSON
Raw Normal View History

2021-12-14 04:49:27 +08:00
{
"name": "vk-bootstrap",
"version": "0.5",
"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
},
"vulkan"
]
}