mirror of
https://udrimavric.com/MAVRIC/Stratasys-Fortus-450mc.git
synced 2025-01-22 07:09:08 -05:00
23 lines
682 B
JSON
23 lines
682 B
JSON
|
{
|
||
|
"name": "edu.udayton.udri.mavric.ux",
|
||
|
"displayName": "MAVRIC UX",
|
||
|
"version": "0.1.1",
|
||
|
"dependencies": {
|
||
|
"com.unity.textmeshpro": "3.0.6",
|
||
|
"com.microsoft.mrtk.graphicstools.unity": "0.4.0",
|
||
|
"com.unity.vectorgraphics": "2.0.0-preview.21"
|
||
|
},
|
||
|
"samples": [
|
||
|
{
|
||
|
"displayName": "Menu Example",
|
||
|
"description": "",
|
||
|
"path": "Samples~/Menu Example"
|
||
|
},
|
||
|
{
|
||
|
"displayName": "Button Examples",
|
||
|
"description": "Example of various way to layout out MAVRIC Pressable Buttons",
|
||
|
"path": "Samples~/Button Examples"
|
||
|
}
|
||
|
],
|
||
|
"author": "UDRI MAVRIC"
|
||
|
}
|