mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 09:09:03 +08:00
4ecb439d8d
* Updating port * Updating version * Adding accidentally removed license * Version * Bumping to the more recent 1.3.234 * Updating version * Installing target * Formatting * Updating version
18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"name": "vulkan-headers",
|
|
"version": "1.3.234",
|
|
"description": "Vulkan header files and API registry",
|
|
"homepage": "https://github.com/KhronosGroup/Vulkan-Headers",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|