mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 07:08:32 +03:00
15358b1895
Co-authored-by: Cobalt <c0balt@disroot.org> Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
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`
|