tauri/.changes/tauri-empty-window.md
Lucas Fernandes Nogueira 15566cfd64
feat(core): add API to send wry window message to the event loop (#2339)
* feat(core): add API to send wry window message to the event loop

* expose types
2021-08-02 16:45:24 -03:00

8 lines
197 B
Markdown

---
"tauri": patch
"tauri-runtime": patch
"tauri-runtime-wry": patch
---
Allow creation of empty Window with `create_tao_window()` and management with `send_tao_window_event()` on the AppHandler.