mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 23:22:26 +03:00
7 lines
205 B
Markdown
7 lines
205 B
Markdown
---
|
|
"tauri": patch
|
|
---
|
|
|
|
* **Breaking change:** Renamed `tauri::Event` to `tauri::RunEvent`
|
|
* Exported `tauri::Event` and `tauri::EventHandler` so you can define a function and pass it to `Window::listen`
|