mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-05 10:13:00 +02:00
* refactor: remove uuid and rand dependencies where applicable ref: https://github.com/tauri-apps/tauri/issues/7756 * replace rand with getrandom * change files * InnerListeners private * revert listeners_object_name [skip ci] * default for next_event_id * remove raw listen function * fix event system * Apply suggestions from code review [skip ci] * update names [skip ci] --------- Co-authored-by: Lucas Nogueira <lucas@tauri.studio> Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
153 B
153 B
tauri-runtime
| tauri-runtime |
|---|
| patch:breaking |
Added WindowEventId type and Changed Dispatch::on_window_event return type from Uuid to WindowEventId