mirror of
https://github.com/tauri-apps/tao.git
synced 2026-01-31 00:35:16 +01:00
* disable gtk menu creation * remove all menu logic for `Window` type * remove accelerator handling from tao on Windows * use std c_void instead of libc * fix linux build * fix `pub` on macos * fix linux build * fix build on linux again * Fix menubar focus using `Alt` on Windows * remove tray and menu modules * remove global-shortcut * refactor: rmeove colorsync link * remove unsued trait * feat: implement any_thread for EventLoopBuilder on unix * add gtk box by default * publish new versions * fix android build * fix ios build * change file * change hit_test argument type * fix windows and linux build * fix ci * fix ios --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>