mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 16:41:34 +03:00
6 lines
213 B
Markdown
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.
|