mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 18:28:06 +08:00
1a19b0eb3c
* [openxr-loader] Update to 1.0.22 * [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.22",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|