mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
258 B
258 B
tauri
| tauri |
|---|
| patch |
Refactored the Plugin trait initialize and extend_api signatures.
initialize now takes the App as first argument, and extend_api takes an Invoke instead of InvokeMessage.
This adds support to managed state on plugins.