We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f31726 commit 89f5cc1Copy full SHA for 89f5cc1
package.json
@@ -1,15 +1,16 @@
1
{
2
"name": "com.ltmx.unitymathematicsextensions",
3
- "displayName": "Unity.Mathematics Extensions",
4
- "description": "Extension methods to simplify and extend the Unity Mathematics library",
+ "displayName": "Mathematics Extensions",
+ "description": "Extension methods to simplify and extend the Unity.Mathematics library",
5
"version": "1.0.0",
6
"unity": "2018.4",
7
"dependencies": {
8
"com.unity.mathematics": "1.1.0"
9
},
10
"repository": {
11
"type": "git",
12
- "url": "https://github.com/LTMX/Unity.Mathematics-Extensions"
+ "url": "https://github.com/LTMX/Unity.Mathematics-Extensions",
13
+ "revision": ""
14
15
"author": {
16
"name": "Nicolas Reinhard Alias LTMX",
0 commit comments