luke-rt / asciiframe

A CLI tool that converts videos to ASCII and displays them to the terminal on the fly
https://crates.io/crates/asciiframe
MIT License
23 stars 0 forks source link

Bump opencv from 0.66.0 to 0.76.2 #61

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps opencv from 0.66.0 to 0.76.2.

Changelog

Sourced from opencv's changelog.

  • 0.76.2

    • Fix incorrect display of macros in documentation, some internal macros were showing up, but some usable were not.
  • 0.76.1

    • Fix build failure.
  • 0.76.0

    • Change the way the generated bindings are stored. They are no longer generated under src/, but stored in the output directory and included dynamically. Previously it didn't work very well with IDEs which resulted in missing autocomplete and documentation. This looks to be no longer the case at least in rust-analyzer and intellij-rust.
    • Bump crate edition to 2021 (from 2018) and require at least Rust 1.59.0 (the MSRV check is now included in CI).
    • Start phasing out OpenCV 3.2 support. This does not mean immediate breakage, but it's no longer going to be tested and problems in generation for that outdated and unsupported version will no longer be addressed.
  • 0.75.0

    • Add support for OpenCV 4.7.0.
    • Add support for C++ function call operator: operator ().
  • 0.74.2

  • 0.74.1

  • 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.
    • Add support for the following operators: !=, >, >=, <, <=, &, |, ^, ~.
    • Correctly handle rvalue reference (&&) as move operation.
    • Due to multiple internal improvements some functions have slightly changed names.
  • 0.72.0/0.72.1

    • Make lower_bound argument of imgproc::emd() optional.
    • Fix semantics of VectorIterator::nth to follow the documentation for Iterator.
    • Fix Android build failure (#392)
    • Fix constant crate recompilation (#390)
  • 0.71.0

    • Multiple improvements to the Vector type:
      • VectorRefIterator is not cloneable.
      • Better performance and correctness for Vector iterators.
      • Implement Vector::from_elem().
      • Make sure that Vector<T: Send + Sync> is also Send + Sync.
    • Fix building on platforms where c_charu8.
  • 0.70.0

    • Internal improvements and reorganization

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #62.