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 b91c8cc commit 384ce63Copy full SHA for 384ce63
CHANGES.md
@@ -1,3 +1,8 @@
1
+* 0.95.4
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