com.github.asus4.texture-source 0.3.4 → 0.3.5-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.attestation.p7m +0 -0
- package/README.md +1 -1
- package/package.json +7 -2
package/.attestation.p7m
ADDED
|
Binary file
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "com.github.asus4.texture-source",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5-rc1",
|
|
4
4
|
"displayName": "TextureSource",
|
|
5
5
|
"description": "Simplify WebCamera and test video handling for using Computer Vision in Unity",
|
|
6
6
|
"unity": "2020.3",
|
|
@@ -19,5 +19,10 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"com.unity.modules.video": "1.0.0"
|
|
22
|
+
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"url": "git@github.com:asus4/TextureSource.git",
|
|
25
|
+
"type": "git",
|
|
26
|
+
"revision": "46a8a731a48076003bcc6e9182a33f905da31922"
|
|
22
27
|
}
|
|
23
|
-
}
|
|
28
|
+
}
|