mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 07:08:32 +03:00
6 lines
217 B
Markdown
6 lines
217 B
Markdown
|
---
|
||
|
"tauri": minor
|
||
|
---
|
||
|
|
||
|
**Breaking change:** The `tauri://` events are no longer emitted to listeners using `Window::listen`. Use the `App::run` closure, `Window::on_window_event` and `Window::on_menu_event` instead.
|