mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
c17532f741
* refactor(core): change Plugin `initialize` signature, move register to AppHandle * clippy
6 lines
137 B
Markdown
6 lines
137 B
Markdown
---
|
|
"tauri": patch
|
|
---
|
|
|
|
**Breaking change**: The `Plugin` trait `initialize` method now takes an `AppHandle` reference instead of `App`.
|