mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:02:48 +08:00
[openxr-loader] remove from CI baseline (#24057)
* [openxr-loader] remove from CI baseline * OSX is not supported * version * Fix supports * version
This commit is contained in:
parent
26680008b2
commit
5d1860a189
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "openxr-loader",
|
"name": "openxr-loader",
|
||||||
"version": "1.0.22",
|
"version": "1.0.22",
|
||||||
"port-version": 2,
|
"port-version": 3,
|
||||||
"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",
|
"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",
|
"homepage": "https://github.com/KhronosGroup/OpenXR-SDK",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"supports": "!uwp",
|
"supports": "!uwp & !osx",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"jsoncpp",
|
"jsoncpp",
|
||||||
{
|
{
|
||||||
|
@ -950,7 +950,6 @@ openvr:arm-uwp=fail
|
|||||||
openvr:x64-osx=fail
|
openvr:x64-osx=fail
|
||||||
openvr:x64-uwp=fail
|
openvr:x64-uwp=fail
|
||||||
openvr:x64-windows-static=fail
|
openvr:x64-windows-static=fail
|
||||||
openxr-loader:x64-osx=fail
|
|
||||||
optional-bare:arm64-windows = skip
|
optional-bare:arm64-windows = skip
|
||||||
optional-bare:arm-uwp = skip
|
optional-bare:arm-uwp = skip
|
||||||
optional-bare:x64-linux = skip
|
optional-bare:x64-linux = skip
|
||||||
|
@ -5190,7 +5190,7 @@
|
|||||||
},
|
},
|
||||||
"openxr-loader": {
|
"openxr-loader": {
|
||||||
"baseline": "1.0.22",
|
"baseline": "1.0.22",
|
||||||
"port-version": 2
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"optimus-cpp": {
|
"optimus-cpp": {
|
||||||
"baseline": "0.3.0",
|
"baseline": "0.3.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "e26b91f539cbbba23cc6ccd2eb9106322ba1c81c",
|
||||||
|
"version": "1.0.22",
|
||||||
|
"port-version": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "27baef30397d0db0e6cc01d6f60a86e2ff4df238",
|
"git-tree": "27baef30397d0db0e6cc01d6f60a86e2ff4df238",
|
||||||
"version": "1.0.22",
|
"version": "1.0.22",
|
||||||
|
Loading…
Reference in New Issue
Block a user