declare the openxr plugin as a dependency

This commit is contained in:
Mamadou Babaei
2024-03-22 20:59:23 +01:00
parent e5cfcb3405
commit 25664bf6f3
2 changed files with 13 additions and 1 deletions
+12 -1
View File
@@ -240,5 +240,16 @@
"Win64"
]
}
],
"Plugins": [
{
"Name": "OpenXR",
"Enabled": true,
"SupportedTargetPlatforms": [
"Android",
"Linux",
"Win64"
]
}
]
}
}