1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
{
"name": "vulkan-loader",
"version": "1.4.309.0",
"port-version": 2,
"description": "Vulkan Development Tools",
"homepage": "https://github.com/KhronosGroup/Vulkan-Loader",
"license": null,
"supports": "!android",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"vulkan-headers"
],
"features": {
"directfb": {
"description": "Build DirectFB WSI support"
},
"wayland": {
"description": "Build Wayland WSI support"
},
"xcb": {
"description": "Build XCB WSI support"
},
"xlib": {
"description": "Build Xlib WSI support"
}
}
}
|