Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanwoodall committed Dec 3, 2020
2 parents 8e6dae6 + 82a068e commit d9f02dc
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{
"name": "com.beans.deform",
"author": "Keenan Woodall",
"displayName": "Deform",
"version": "1.1.0",
"unity": "2018.3",
"description": "A framework for deforming meshes in the editor and at runtime.",
"category": "Unity",
"keywords":
[
"burst",
"mathematics",
"mesh",
"modifiers",
"deformers"
],
"dependencies":
{
"com.unity.burst": "1.1.2",
"com.unity.mathematics": "1.1.0"
}
"name": "com.beans.deform",
"author": "Keenan Woodall",
"displayName": "Deform",
"version": "1.1.1",
"unity": "2018.3",
"description": "A framework for deforming meshes in the editor and at runtime.",
"category": "Unity",
"keywords": [
"burst",
"mathematics",
"mesh",
"modifiers",
"deformers"
],
"dependencies": {
"com.unity.burst": "1.4.2",
"com.unity.mathematics": "1.2.1"
}
}

0 comments on commit d9f02dc

Please sign in to comment.