diff options
Diffstat (limited to 'vcpkg/ports/openvr/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/openvr/vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/openvr/vcpkg.json b/vcpkg/ports/openvr/vcpkg.json new file mode 100644 index 0000000..0a98d94 --- /dev/null +++ b/vcpkg/ports/openvr/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "openvr", + "version": "2.5.1", + "port-version": 1, + "description": "An API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting.", + "homepage": "https://github.com/ValveSoftware/openvr", + "license": "BSD-3-Clause", + "supports": "(windows & !uwp & (x64 | x86)) | (linux & (x64 | x86 | arm64))" +} |