mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 09:59:01 +08:00
431d3810aa
* [openxr-loader] Update to 1.0.20 * [openxr-loader] Fix manifest formatting * [openxr-loader] Update version files * [openxr-loader] Add quotes to absolute paths * [openxr-loader] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
27 lines
649 B
JSON
27 lines
649 B
JSON
{
|
|
"name": "openxr-loader",
|
|
"version": "1.0.20",
|
|
"description": "A royalty-free, open standard that provides high-performance access to Augmented Reality (AR) and Virtual Reality (VR)—collectively known as XR—platforms and devices",
|
|
"homepage": "https://github.com/KhronosGroup/OpenXR-SDK",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
"jsoncpp",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"vulkan": {
|
|
"description": "Vulkan functionality for OpenXR",
|
|
"dependencies": [
|
|
"vulkan"
|
|
]
|
|
}
|
|
}
|
|
}
|