Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit 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:

    • rwh_06 (default): raw-window-handle@0.6
    • rwh_05: raw-window-handle@0.5`
    • rwh_04: raw-window-handle@0.4`
  • 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.

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

Successfully merging this pull request may close these issues.

1 participant