mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:38:59 +08:00
19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"name": "vulkan-utility-libraries",
|
|
"version": "1.3.296.0",
|
|
"description": "Utility libraries for Vulkan developers",
|
|
"homepage": "https://github.com/KhronosGroup/Vulkan-Utility-Libraries",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"vulkan-headers"
|
|
]
|
|
}
|