tauri/.changes/plugin-system.md
Lucas Fernandes Nogueira 78afee9725
feat(tauri) add plugin system for rust (#494)
* feat(tauri) add extension system

* chore(tauri) rename extension to plugin

* chore(tauri) add plugin docs

* chore(tauri) expose WebView type

* chore(changes) add changefile

* fix(tauri) clippy warns

* fix(changes) format

* fix(changes) typo
2020-07-12 19:36:11 -03:00

6 lines
213 B
Markdown

---
"tauri": minor
---
Plugin system added. You can hook into the webview lifecycle (`created`, `ready`) and extend the API adding logic to the `invoke_handler` by implementing the `tauri::plugin::Plugin` trait.