Skip to content

Commit

Permalink
feat(UGUI): update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam1337 committed Jan 7, 2022
1 parent 64fc946 commit 534c109
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions Assets/extDebug.UGUI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,22 @@
],
"category": "Debug",
"dependencies": {
"com.iam1337.extdebug": "1.8.6",
"com.iam1337.extdebug": "1.12.0",
"com.unity.textmeshpro": "3.0.6",
"com.unity.ugui": "1.0.0"
},
"samples": [],
"samples": [
{
"displayName": "Menu Example",
"description": "",
"path": "Examples~/UGUI.Menu"
},
{
"displayName": "Notifications Example",
"description": "",
"path": "Examples~/UGUI.Notifications"
},
],
"repository": {
"type": "git",
"url": "https://github.com/iam1337/extDebug.UGUI.git#upm"
Expand Down

0 comments on commit 534c109

Please sign in to comment.