generated from realitycollective/com.realitytoolkit.upm.template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "com.realitytoolkit.openxr",
"displayName": "RealityToolkit.OpenXR",
"description": "The openxr framework of the Reality Toolkit by the Reality Collective.",
"version": "1.0.0-pre.4",
"documentationUrl": "https://realitytoolkit.io",
"changelogUrl": "https://github.com/realitycollective/com.realitytoolkit.openxr/releases",
"licensesUrl": "https://github.com/realitycollective/com.realitytoolkit.openxr/blob/main/LICENSE.md",
"keywords": [
"VR",
"AR",
"XR",
"Mixed Reality"
],
"unity": "6000.0",
"homepage": "https://realitytoolkit.io",
"bugs": {
"url": "https://github.com/realitycollective/com.realitytoolkit.openxr/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/realitycollective/com.realitytoolkit.openxr"
},
"author": {
"name": "Reality Collective",
"email": "[email protected]",
"url": "https://github.com/realitycollective"
},
"publishConfig": {
"registry": "https://package.openupm.com"
},
"dependencies": {
"com.realitytoolkit.core": "1.0.0-pre.48",
"com.unity.xr.openxr": "1.10.0"
},
"assets": [
{
"displayName": "Default Assets",
"path": "Assets~/"
}
]
}