mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
258 B
258 B
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.