mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 18:05:25 +08:00
20 lines
421 B
JSON
20 lines
421 B
JSON
|
{
|
||
|
"name": "vulkan-utility-libraries",
|
||
|
"version": "1.3.268.0",
|
||
|
"description": "Utility libraries for Vulkan developers",
|
||
|
"homepage": "https://github.com/KhronosGroup/Vulkan-Utility-Libraries",
|
||
|
"license": null,
|
||
|
"supports": "!android",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
"vulkan-headers"
|
||
|
]
|
||
|
}
|