Skip to content

Commit

Permalink
Update for 2022.1.0f1, should fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebukam committed Jan 4, 2024
1 parent 0fbe2fb commit ff23268
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "com.nebukam.orca",
"version": "1.1.7",
"version": "1.1.8",
"displayName": "N:ORCA",
"description": "Optimal Reciprocal Collision Avoidance",
"unity": "2019.4",
"unityRelease": "17f1",
"unity": "2022.1",
"unityRelease": "0f1",
"documentationUrl":"https://github.com/Nebukam/com.nebukam.orca/wiki",
"keywords": [
"ORCA",
Expand All @@ -21,14 +21,14 @@
"url": "https://github.com/Nebukam/com.nebukam.orca.git"
},
"dependencies": {
"com.unity.burst": "1.4.3",
"com.unity.burst": "1.7.4",
"com.unity.collections": "1.3.1",
"com.unity.jobs": "0.51.0-preview.32",
"com.unity.jobs": "0.70.0-preview.7",
"com.unity.mathematics": "1.2.1"
},
"gitDependencies": {
"com.nebukam.common": "https://github.com/Nebukam/com.nebukam.common.git#0.1.5",
"com.nebukam.job-assist": "https://github.com/Nebukam/com.nebukam.job-assist.git#1.1.4"
"com.nebukam.common": "https://github.com/Nebukam/com.nebukam.common.git#0.1.6",
"com.nebukam.job-assist": "https://github.com/Nebukam/com.nebukam.job-assist.git#1.1.5"
},
"samples": [
{
Expand Down

0 comments on commit ff23268

Please sign in to comment.