We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082fd50 commit a2c6b41Copy full SHA for a2c6b41
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.5+2
2
+
3
+- hotfix: update the version of prebuilt libs
4
5
## 1.0.5+1
6
7
- Optimize Vectors
conanfile.py
@@ -52,7 +52,7 @@ class OcvDartDesktop(ConanFile):
52
"output_dir": "build",
53
"opencv_overwrite": False,
54
"opencv_dir": "",
55
- "publish": False,
+ "publish": True,
56
}
57
58
opencv_full: Path
0 commit comments