tauri/.changes/dynamic-plugin.md

6 lines
164 B
Markdown
Raw Normal View History

---
"tauri": patch
---
Allow registering a plugin on structs that implements the `Manager` trait (`App`, `AppHandle`, `Window`) using the trait's `plugin` method.