Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-raphael-lukasik committed Jul 6, 2020
1 parent 1bfb73c commit dccf92a
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@
"version": "1.0.0",
"unity": "2019.1",
"description": "WolframAlpha in Unity",
"dependencies": {
"com.unity.mathematics": "1.0.0"
},
"samples": [
"dependencies": {
"com.unity.modules.uielements": "1.0.0",
"com.unity.ui.runtime": "0.0.4-preview",
"com.unity.textmeshpro": "2.0.0"
},
"samples": [
{
"displayName": "Implementation examples",
"description": "Implementation examples showing how to build your own WolframAlpha window.",
"path": "Examples"
}
],
"author": {
"name": "Andrzej Rafał Łukasik",
"email": "[email protected]",
"url": "https://github.com/andrew-raphael-lukasik"
},
"type": "productivity tool"
"author": {
"name": "Andrzej Rafał Łukasik",
"email": "[email protected]",
"url": "https://github.com/andrew-raphael-lukasik"
},
"type": "productivity tool"
}

0 comments on commit dccf92a

Please sign in to comment.