Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

chore(deps): update rust crate tao to 0.24 #61

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
tao dev-dependencies minor 0.23 -> 0.24

Release Notes

tauri-apps/tao (tao)

v0.24.0

Compare Source

  • 43c94f0b(#​830) This patch contains a couple of changes to how the anroid macros:

    • Changed android_binding macro 4th argument signature, which is a setup function that is called once when the event loop is first created, from unsafe fn(JNIEnv, &ForeignLooper, GlobalRef) to unsafe fn(&str, JNIEnv, &ForeignLooper, GlobalRef).
    • Moved android_fn! and generate_package_name macro from crate root platform::android::prelude
  • f497b5dc(#​829) Add Window::drag_resize_window and ResizeDirection enum to initialize window resizing. Supported on Windows and Linux only.

  • 28b53f80(#​705) Fix Window::primary_monitor panicking on Linux when there is no primary monitor, e.g. with Wayland.

  • e33104c2(#​831) On macOS, fix WindowEvent::Destroyed may fire twice.

  • 853101be(#​821) This release includes an update to raw-window-handle crate to 0.6 but will also provide a feature flags to select which raw-window-handle to use:

  • fce9d260(#​844) On Windows, fix WindowBuilder::with_theme has no effect when forcing light theme on a dark mode system.

  • c0278d83(#​839) On Windows, remove WS_CLIPCHILDREN from window style


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.


  • If you want to rebase/retry this PR, check this box

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

Copy link
Contributor Author

renovate bot commented Nov 20, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@amrbashir amrbashir merged commit b7ae4f6 into dev Nov 20, 2023
11 checks passed
@amrbashir amrbashir deleted the renovate/tao-0.x branch November 20, 2023 17:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant