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 268ee6f commit ba2bc7fCopy full SHA for ba2bc7f
CHANGES.md
@@ -1,3 +1,8 @@
1
+* 0.95.0
2
+ * `MatSize` now carries a lifetime because it borrows the data from a `Mat` on creation.
3
+ * Conditional compilation macros for detecting which module is enabled are now added in the form `opencv_has_module_<MODULE_NAME>!`.
4
+ * An additional function for detecting the enabled modules is also introduced: `opencv_has_module(module)`.
5
+
6
* 0.94.4
7
* Downgrade the `windows` dependency for now to fix the build issue in https://github.com/twistedfall/opencv-rust/issues/660.
8
0 commit comments