mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-05 10:13:00 +02:00
* 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
213 B
213 B
tauri
| 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.