Skip to content

Commit

Permalink
Update package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
asus4 committed May 14, 2023
1 parent 730a158 commit 3c2c4f4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Packages/com.github.asus4.mediapipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"license": "SEE LICENSE IN LICENSE",
"unity": "2019.3",
"unityRelease": "0f1",
"version": "2.10.0-p1",
"version": "2.11.1",
"type": "library",
"hideInEditor": false,
"dependencies": {
"com.github.asus4.tflite": "2.10.0-p1",
"com.github.asus4.tflite.common": "2.10.0-p1"
"com.github.asus4.tflite": "2.11.1",
"com.github.asus4.tflite.common": "2.11.1"
}
}
4 changes: 2 additions & 2 deletions Packages/com.github.asus4.tflite.common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"license": "SEE LICENSE IN LICENSE",
"unity": "2019.3",
"unityRelease": "0f1",
"version": "2.10.0-p1",
"version": "2.11.1",
"type": "library",
"hideInEditor": false,
"dependencies": {
"com.github.asus4.tflite": "2.10.0-p1"
"com.github.asus4.tflite": "2.11.1"
}
}
2 changes: 1 addition & 1 deletion Packages/com.github.asus4.tflite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "SEE LICENSE IN LICENSE",
"unity": "2019.3",
"unityRelease": "0f1",
"version": "2.10.0-p1",
"version": "2.11.1",
"type": "library",
"hideInEditor": false
}
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"dependencies": {
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.1",
"com.github.asus4.texture-source": "0.1.2",
"com.github.asus4.texture-source": "0.1.3",
"com.unity.2d.sprite": "1.0.0",
"com.unity.ext.nunit": "1.0.6",
"com.unity.ide.vscode": "1.2.5",
Expand Down
8 changes: 4 additions & 4 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.github.asus4.tflite": "2.10.0-p1",
"com.github.asus4.tflite.common": "2.10.0-p1"
"com.github.asus4.tflite": "2.11.1",
"com.github.asus4.tflite.common": "2.11.1"
}
},
"com.github.asus4.texture-source": {
"version": "0.1.2",
"version": "0.1.3",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand All @@ -34,7 +34,7 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.github.asus4.tflite": "2.10.0-p1"
"com.github.asus4.tflite": "2.11.1"
}
},
"com.unity.2d.sprite": {
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Tested on

- iOS / Android / macOS / Windows / Linux
- Unity 2021.3.24f1
- TensorFlow 2.10.0
- TensorFlow 2.11.1

Included examples:

Expand Down Expand Up @@ -64,11 +64,11 @@ Included prebuilt libraries:
],
"dependencies": {
// Core TensorFlow Lite libraries
"com.github.asus4.tflite": "2.10.0-p1",
"com.github.asus4.tflite": "2.11.1",
// Utilities for TFLite
"com.github.asus4.tflite.common": "2.10.0-p1",
"com.github.asus4.tflite.common": "2.11.1",
// Utilities for MediaPipe
"com.github.asus4.mediapipe": "2.10.0-p1",
"com.github.asus4.mediapipe": "2.11.1",
...// other dependencies
}
}
Expand Down

0 comments on commit 3c2c4f4

Please sign in to comment.