mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 15:42:00 +03:00
c17532f741
* refactor(core): change Plugin `initialize` signature, move register to AppHandle * clippy
6 lines
110 B
Markdown
6 lines
110 B
Markdown
---
|
|
"tauri": patch
|
|
---
|
|
|
|
Allow registering a plugin through an `AppHandle` instance using the `plugin` method.
|