SakulFlee / Rust-Multi-Platform-Project-Template

Other
0 stars 0 forks source link

Update Rust crate ndk-glue to 0.7 #144

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ndk-glue dependencies minor 0.5 -> 0.7

Release Notes

rust-windowing/android-ndk-rs ### [`v0.7.0`](https://togithub.com/rust-windowing/android-ndk-rs/releases/tag/ndk-glue-0.7.0) [Compare Source](https://togithub.com/rust-windowing/android-ndk-rs/compare/ndk-glue-0.6.2...ndk-glue-0.7.0) - **Breaking:** Provide a `LockReadGuard` newtype around `NativeWindow`/`InputQueue` to hide the underlying lock implementation. ([#​288](https://togithub.com/rust-windowing/android-ndk-rs/issues/288)) - **Breaking:** Transpose `LockReadGuard>` into `Option>` to only necessitate an `Option` unpack/`unwrap()` once. ([#​282](https://togithub.com/rust-windowing/android-ndk-rs/issues/282)) ### [`v0.6.2`](https://togithub.com/rust-windowing/android-ndk-rs/compare/ndk-glue-0.6.1...ndk-glue-0.6.2) [Compare Source](https://togithub.com/rust-windowing/android-ndk-rs/compare/ndk-glue-0.6.1...ndk-glue-0.6.2) ### [`v0.6.1`](https://togithub.com/rust-windowing/android-ndk-rs/releases/tag/ndk-glue-0.6.1) [Compare Source](https://togithub.com/rust-windowing/android-ndk-rs/compare/ndk-glue-0.6.0...ndk-glue-0.6.1) - Initialize [`ndk-context 0.1.0`](ndk-context/CHANGELOG.md#​010-2022-02-14) for cross-version access to the Java `VM` and Android `Context`. ### [`v0.6.0`](https://togithub.com/rust-windowing/android-ndk-rs/releases/tag/ndk-glue-0.6.0) [Compare Source](https://togithub.com/rust-windowing/android-ndk-rs/compare/ndk-glue-0.5.2...ndk-glue-0.6.0) - **Breaking:** Update to `ndk-sys 0.3.0` and `ndk 0.6.0`. ([#​214](https://togithub.com/rust-windowing/android-ndk-rs/issues/214)) ### [`v0.5.2`](https://togithub.com/rust-windowing/android-ndk-rs/compare/ndk-glue-0.5.1...ndk-glue-0.5.2) [Compare Source](https://togithub.com/rust-windowing/android-ndk-rs/compare/ndk-glue-0.5.1...ndk-glue-0.5.2) ### [`v0.5.1`](https://togithub.com/rust-windowing/android-ndk-rs/releases/tag/ndk-glue-0.5.1) [Compare Source](https://togithub.com/rust-windowing/android-ndk-rs/compare/ndk-glue-0.5.0...ndk-glue-0.5.1) - Initialize [`ndk-context 0.1.0`](ndk-context/CHANGELOG.md#​010-2022-02-14) for cross-version access to the Java `VM` and Android `Context`.

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 2 years ago

Codecov Report

Merging #144 (e195bf1) into main (1072e0a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #144   +/-   ##
=======================================
  Coverage   98.00%   98.00%           
=======================================
  Files          14       14           
  Lines          50       50           
=======================================
  Hits           49       49           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 1072e0a...e195bf1. Read the comment docs.