mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* 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.
|