diff options
Diffstat (limited to 'ports/openvr')
| -rw-r--r-- | ports/openvr/CONTROL | 5 | ||||
| -rw-r--r-- | ports/openvr/vcpkg.json | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/openvr/CONTROL b/ports/openvr/CONTROL deleted file mode 100644 index 8ae10a92c..000000000 --- a/ports/openvr/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: openvr -Version: 1.16.8 -Homepage: https://github.com/ValveSoftware/openvr -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. -Supports: !(arm|uwp|osx|android)
\ No newline at end of file diff --git a/ports/openvr/vcpkg.json b/ports/openvr/vcpkg.json new file mode 100644 index 000000000..3a3b00bab --- /dev/null +++ b/ports/openvr/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "openvr", + "version-string": "1.16.8", + "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", + "supports": "!(arm | uwp | osx | android)" +} |
