mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 03:02:28 +03:00
5e0d59ec7d
* Initial support of egui Expose method Handle egui window lifetime properly Add focus event logic Check window_id on window event Add Linux support Fix window closing on Linux Update flag to configure on different platforms Fix control flow when egui window close Add label param to egui window * Innitial egui window support * Add feature flag and change file * Fix errors on Linux
129 B
129 B
tauri | tauri-runtime-wry |
---|---|
patch | patch |
Add method to create egui window. Users could enable this via egui
feature.