mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 07:08:32 +03:00
fd557e984d
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
6 lines
186 B
Markdown
6 lines
186 B
Markdown
---
|
|
"tauri": patch
|
|
---
|
|
|
|
Ease the requirements for plugin hooks. `setup` and `setup_with_config` can now be `FnOnce` and `on_webview_ready`, `on_event` and `on_page_load` can be `FnMut`.
|