mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 20:21:37 +08:00
50bffcc62d
* Install vulkan. * add gfxreconstruct * format manifest and cr changes * remove moltenvk * fix ci part 1 * fix a dep * more fixes * remove vulkan failures from CI pipeline * remove annoying stuff to deal with in static builds * fix trailing , * remove vendored cmakelists * force ci to be green * format manifest * Fix more ci issues * fix hikogui * make ci happier * add jsoncpp dep * only remove the debug folder if targeting windows * bump port-version * v db * vulkan-loader add usage * Rename vulkantools to lunarg-vulkantools * Make VMA install headers platform dependent * Remove vcpkg_check_linkage * readd vulkan-validationlayers * v db
28 lines
551 B
JSON
28 lines
551 B
JSON
{
|
|
"name": "lunarg-vulkantools",
|
|
"version": "1.3.268.0",
|
|
"description": "Vulkan header files and API registry",
|
|
"homepage": "https://github.com/KhronosGroup/Vulkan-Headers",
|
|
"license": null,
|
|
"supports": "!osx",
|
|
"dependencies": [
|
|
"jsoncpp",
|
|
"qt5-base",
|
|
"valijson",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-get-python-packages",
|
|
"host": true
|
|
},
|
|
"vulkan-loader",
|
|
"vulkan-utility-libraries"
|
|
]
|
|
}
|