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
137 B
137 B
tauri |
---|
patch |
Breaking change: The Plugin
trait initialize
method now takes an AppHandle
reference instead of App
.