mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 11:42:15 +08:00
19 lines
364 B
JSON
19 lines
364 B
JSON
|
{
|
||
|
"name": "openxr-loader",
|
||
|
"version-string": "1.0.18",
|
||
|
"port-version": 2,
|
||
|
"description": "Khronos API for abstracting VR/MR/AR hardware",
|
||
|
"supports": "!(arm | uwp)",
|
||
|
"dependencies": [
|
||
|
"jsoncpp"
|
||
|
],
|
||
|
"features": {
|
||
|
"vulkan": {
|
||
|
"description": "Vulkan functionality for OpenXR",
|
||
|
"dependencies": [
|
||
|
"vulkan"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|