mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:39:44 +08:00
20 lines
456 B
JSON
20 lines
456 B
JSON
{
|
|
"name": "vulkan-extensionlayer",
|
|
"version": "1.3.296.0",
|
|
"description": "Layer providing Vulkan features when native support is unavailable",
|
|
"homepage": "https://github.com/KhronosGroup/Vulkan-ExtensionLayer",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"vulkan-headers",
|
|
"vulkan-utility-libraries"
|
|
]
|
|
}
|