-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcgmanifest.json
64 lines (64 loc) · 2.04 KB
/
cgmanifest.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"Registrations":[
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/EricVoll/ros-sharp",
"CommitHash": "e6fb59d05f5886b774311e97cadf77b81e305bca"
}
},
"DevelopmentDependency" : true
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/jilleJr/Newtonsoft.Json-for-Unity",
"CommitHash": "bae1b836ddeff023eb204ba73c5a8649a6aa2954"
}
},
"DevelopmentDependency" : true
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/EricVoll/RobotDynamicsLibrary",
"CommitHash": "3539e028234586f0c49ae2e928be46982b2d8709"
}
},
"DevelopmentDependency" : true
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/osrf/gazebo",
"CommitHash": "10863ffa8ec28e8e0e3d3a3a588d21cdc78055ab"
}
},
"DevelopmentDependency" : true
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/Azure/azure-spatial-anchors-samples",
"CommitHash": "3c0fc627a053c2b310dfaac4d4fdc9eb533d2e04"
}
},
"DevelopmentDependency" : true
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/microsoft/MixedRealityToolkit-Unity",
"CommitHash": "bcdf1a623451c06ec2957bfbe1dd227647c9dfd4"
}
},
"DevelopmentDependency" : true
}
]
}