Skip to content

Commit

Permalink
feat: add collections as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rofli Sanches committed May 14, 2021
1 parent 8a4a924 commit ea7e011
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion UImGui.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"references": [
"GUID:df380645f10b7bc4b97d4f5eb6303d95",
"GUID:15fc0a57446b3144c949da3e2b9737a9",
"GUID:ade3d29ceff033c419baa91387fb70d3"
"GUID:ade3d29ceff033c419baa91387fb70d3",
"GUID:e0cd26848372d4e5c891c569017e11f1"
],
"includePlatforms": [],
"excludePlatforms": [],
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "com.psydack.uimgui",
"displayName": "UImGui",
"version": "0.0.2",
"version": "0.0.5",
"description": "A Unity wrapper for ImGui",
"unity": "2020.3",
"dependencies": {
"com.kuraiandras.numericsconverter": "https://github.com/KuraiAndras/NumericsConverter.git?path=/NumericsConverter/Assets/NumericsConverter"
"com.kuraiandras.numericsconverter": "https://github.com/KuraiAndras/NumericsConverter.git?path=/NumericsConverter/Assets/NumericsConverter",
"com.unity.collections": "0.15.0"
},
"keywords": [
"dear",
Expand Down

0 comments on commit ea7e011

Please sign in to comment.