File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
com.github.asus4.mediapipe
com.github.asus4.tflite.common Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 10
10
"license" : " Apache License 2.0" ,
11
11
"unity" : " 2022.3" ,
12
12
"unityRelease" : " 0f1" ,
13
- "version" : " 2.19.0-p1 " ,
13
+ "version" : " 2.19.0-p2 " ,
14
14
"hideInEditor" : false ,
15
15
"dependencies" : {
16
- "com.github.asus4.tflite" : " 2.19.0-p1 " ,
17
- "com.github.asus4.tflite.common" : " 2.19.0-p1 "
16
+ "com.github.asus4.tflite" : " 2.19.0-p2 " ,
17
+ "com.github.asus4.tflite.common" : " 2.19.0-p2 "
18
18
},
19
19
"documentationUrl" : " https://github.com/asus4/tf-lite-unity-sample" ,
20
20
"changelogUrl" : " https://github.com/asus4/tf-lite-unity-sample/releases" ,
Original file line number Diff line number Diff line change 9
9
"license" : " Apache License 2.0" ,
10
10
"unity" : " 2022.3" ,
11
11
"unityRelease" : " 0f1" ,
12
- "version" : " 2.19.0-p1 " ,
12
+ "version" : " 2.19.0-p2 " ,
13
13
"hideInEditor" : false ,
14
14
"dependencies" : {
15
15
"com.unity.burst" : " 1.8.12" ,
16
- "com.github.asus4.tflite" : " 2.19.0-p1 "
16
+ "com.github.asus4.tflite" : " 2.19.0-p2 "
17
17
},
18
18
"repository" : {
19
19
"type" : " git" ,
Original file line number Diff line number Diff line change 9
9
"license" : " Apache License 2.0" ,
10
10
"unity" : " 2022.3" ,
11
11
"unityRelease" : " 0f1" ,
12
- "version" : " 2.19.0-p1 " ,
12
+ "version" : " 2.19.0-p2 " ,
13
13
"hideInEditor" : false ,
14
14
"repository" : {
15
15
"type" : " git" ,
Original file line number Diff line number Diff line change 12
12
"depth" : 0 ,
13
13
"source" : " embedded" ,
14
14
"dependencies" : {
15
- "com.github.asus4.tflite" : " 2.19.0-p1 " ,
16
- "com.github.asus4.tflite.common" : " 2.19.0-p1 "
15
+ "com.github.asus4.tflite" : " 2.19.0-p2 " ,
16
+ "com.github.asus4.tflite.common" : " 2.19.0-p2 "
17
17
}
18
18
},
19
19
"com.github.asus4.texture-source" : {
37
37
"source" : " embedded" ,
38
38
"dependencies" : {
39
39
"com.unity.burst" : " 1.8.12" ,
40
- "com.github.asus4.tflite" : " 2.19.0-p1 "
40
+ "com.github.asus4.tflite" : " 2.19.0-p2 "
41
41
}
42
42
},
43
43
"com.unity.2d.sprite" : {
Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ Included prebuilt libraries:
68
68
],
69
69
"dependencies" : {
70
70
// Core TensorFlow Lite libraries
71
- "com.github.asus4.tflite" : " 2.19.0-p1 " ,
71
+ "com.github.asus4.tflite" : " 2.19.0-p2 " ,
72
72
// Optional: Utilities for TFLite
73
- "com.github.asus4.tflite.common" : " 2.19.0-p1 " ,
73
+ "com.github.asus4.tflite.common" : " 2.19.0-p2 " ,
74
74
// Optional: Utilities for MediaPipe
75
- "com.github.asus4.mediapipe" : " 2.19.0-p1 " ,
75
+ "com.github.asus4.mediapipe" : " 2.19.0-p2 " ,
76
76
// Optional: Async methods are available only when UniTask is installed
77
77
"com.cysharp.unitask" : " 2.5.10" ,
78
78
...// other dependencies
You can’t perform that action at this time.
0 commit comments