Skip to content

Commit

Permalink
Fix manifest.json (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarukosu authored Jan 7, 2021
1 parent 5de03f6 commit 4e65c7d
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
{
"scopedRegistries": [
{
"name": "Microsoft Mixed Reality",
"url": "https://pkgs.dev.azure.com/aipmr/MixedReality-Unity-Packages/_packaging/Unity-packages/npm/registry/",
"scopes": [
"com.microsoft.mixedreality"
]
}
],
"dependencies": {
"com.microsoft.mixedreality.webrtc": "file:../External/MixedReality-WebRTC/libs/unity/library",
"com.microsoft.mixedreality.webrtc.samples": "file:../External/MixedReality-WebRTC/libs/unity/samples",
"com.microsoft.mixedreality.webrtc": "2.0.2",
"com.microsoft.mixedreality.webrtc.samples": "2.0.2",
"com.unity.ads": "2.0.8",
"com.unity.analytics": "3.2.2",
"com.unity.collab-proxy": "1.2.15",
"com.unity.package-manager-ui": "2.0.8",
"com.unity.purchasing": "2.0.3",
"com.unity.textmeshpro": "1.4.1",
"com.unity.xr.windowsmr.metro": "1.0.21",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
Expand Down Expand Up @@ -39,4 +49,4 @@
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
}
}
}

0 comments on commit 4e65c7d

Please sign in to comment.