blob: 08dd0ecf2a432284bf7b8f1ff4c52da811d6b960 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "vulkan-extensionlayer",
"version": "1.4.309.0",
"description": "Layer providing Vulkan features when native support is unavailable",
"homepage": "https://github.com/KhronosGroup/Vulkan-ExtensionLayer",
"license": "Apache-2.0",
"supports": "!static",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"vulkan-headers",
"vulkan-utility-libraries"
]
}
|