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.
Binary file
package/README.md CHANGED
@@ -57,7 +57,7 @@ Add the following setting to `Packages/manifest.json`
57
57
  }
58
58
  ],
59
59
  "dependencies": {
60
- "com.github.asus4.texture-source": "0.3.3",
60
+ "com.github.asus4.texture-source": "0.3.5",
61
61
  ...// other dependencies
62
62
  }
63
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.github.asus4.texture-source",
3
- "version": "0.3.4",
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
+ }