forked from MixedRealityToolkit/MixedRealityToolkit-Unity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 923 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "org.mixedrealitytoolkit.core",
"version": "3.3.0-development",
"description": "A limited collection of common interfaces and utilities that most MRTK packages share. Most implementations of these interfaces are contained in other packages in the MRTK ecosystem.",
"displayName": "MRTK Core Definitions",
"msftFeatureCategory": "MRTK3",
"author": "Mixed Reality Toolkit Contributors",
"license": "BSD 3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity.git"
},
"bugs": {
"url": "https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/issues"
},
"unity": "2021.3",
"unityRelease": "26f1",
"documentationUrl": "https://www.mixedrealitytoolkit.org",
"dependencies": {
"com.unity.xr.interaction.toolkit": "2.3.0",
"com.unity.xr.management": "4.2.1",
"com.unity.xr.core-utils": "2.1.0"
}
}