mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:21:38 +08:00
19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"name": "vulkan-headers",
|
|
"version": "1.3.296.0",
|
|
"description": "Vulkan header files and API registry",
|
|
"homepage": "https://github.com/KhronosGroup/Vulkan-Headers",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|