mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 12:39:07 +08:00
22 lines
419 B
JSON
22 lines
419 B
JSON
|
{
|
||
|
"name": "vulkan-tools",
|
||
|
"version": "1.3.268.0",
|
||
|
"description": "Vulkan Development Tools",
|
||
|
"homepage": "https://github.com/KhronosGroup/Vulkan-Tools",
|
||
|
"license": "Apache-2.0",
|
||
|
"supports": "!osx",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
"volk",
|
||
|
"vulkan-headers",
|
||
|
"vulkan-loader"
|
||
|
]
|
||
|
}
|