tao@0.22.0
-
d0b20c94(#778) This release contains a number of breaking changes that aimed at removing menus, system-tray and global-shortcuts features which have been moved to different crates,muda,tray-iconandglobal-hotkeyand here is a summary of the changes:- Removed
traycrago feature flag. - Removed
accelerator,menu,system_trayandglobal_shortcutmodules and all associated types. - Removed
Event::MenuEvent,Event::TrayEvent,Event::GlobalShortcutEvent,TrayEventandRectangletypes. - Added
EventLoopBuildertype. - Removed
EventLoop::with_user_event, instead useEventLoopBuilder::<T>::with_user_event().build(). - Removed
EventLoopExtWindows,EventLoopExtMacOSandEventLoopExtUnix, instead useEventLoopBuilderExtWindows,EventLoopBuilderExtMacOSandEventLoopBuilderExtUnix. - Changed
WindowExtWindows::hinstance,WindowExtWindows::hwndandMonitorHandleExtWindow::hmonitorto returnisizeinstead of*const c_void
- Removed
© 2025 Tauri Contributors. CC-BY / MIT