mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-29 13:03:09 +03:00
78afee9725
* 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 |
---|
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.