mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:49:33 +08:00
20 lines
384 B
JSON
20 lines
384 B
JSON
{
|
|
"name": "vulkan-loader",
|
|
"version": "1.3.280.0",
|
|
"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"
|
|
]
|
|
}
|