Skip to content

Commit

Permalink
0.74.0 Regenerate bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed Nov 15, 2022
1 parent c9e1064 commit 5bd3fcf
Show file tree
Hide file tree
Showing 5 changed files with 4,607 additions and 4,714 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
@@ -1,3 +1,6 @@
* 0.74.0
* Add support aruco_detector module present in the future opencv_contrib.

* 0.73.0
* Add basic support for the Graph-API (gapi) module.
* Generate bindings for `std::tuple` and `std::pair`.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/twistedfall/opencv-rust"
readme = "README.md"
keywords = ["opencv", "vision"]
license = "MIT"
version = "0.73.0"
version = "0.74.0"
edition = "2018"
authors = ["Pro <twisted.fall@gmail.com>", "Mathieu Poumeyrol <kali@zoy.org>"]
autoexamples = false # not all examples compile on just any system
Expand Down Expand Up @@ -64,7 +64,7 @@ once_cell = "1"
rgb = { version = "0.8.20", features = ["argb"], optional = true }

[build-dependencies]
binding-generator = { package = "opencv-binding-generator", version = "0.51.0", path = "binding-generator" }
binding-generator = { package = "opencv-binding-generator", version = "0.52.0", path = "binding-generator" }
cc = { version = "1", features = ["parallel"] }
clang = { version = "2", features = ["clang_6_0", "runtime"] }
dunce = "1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ generation) are installed in your system.

Update your Cargo.toml
```toml
opencv = "0.73"
opencv = "0.74"
```

Import prelude
Expand Down
2 changes: 1 addition & 1 deletion binding-generator/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "opencv-binding-generator"
description = "Binding generator for opencv crate"
repository = "https://github.com/twistedfall/opencv-rust"
version = "0.51.0"
version = "0.52.0"
license = "MIT"
authors = ["Pro <twisted.fall@gmail.com>"]
edition = "2018"
Expand Down

0 comments on commit 5bd3fcf

Please sign in to comment.