mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
26 lines
538 B
JSON
26 lines
538 B
JSON
{
|
|
"name": "vulkan-validationlayers",
|
|
"version": "1.3.296.0",
|
|
"description": "Vulkan Validation Layers (VVL)",
|
|
"homepage": "https://github.com/KhronosGroup/Vulkan-ValidationLayers",
|
|
"license": null,
|
|
"dependencies": [
|
|
"mimalloc",
|
|
"robin-hood-hashing",
|
|
"spirv-cross",
|
|
"spirv-headers",
|
|
"spirv-reflect",
|
|
"spirv-tools",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"vulkan-headers",
|
|
"vulkan-utility-libraries"
|
|
]
|
|
}
|