-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1bfb73c
commit dccf92a
Showing
1 changed file
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} |