mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 08:39:15 +08:00
8e74630b9e
* Updating port to latest version and to properly install a target * Formatting * Update version
17 lines
339 B
JSON
17 lines
339 B
JSON
{
|
|
"name": "spirv-headers",
|
|
"version": "1.3.231.1",
|
|
"description": "Machine-readable files for the SPIR-V Registry",
|
|
"homepage": "https://github.com/KhronosGroup/SPIRV-Headers",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|