mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-11 11:53:21 +03:00
15566cfd64
* feat(core): add API to send wry window message to the event loop * expose types
8 lines
197 B
Markdown
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.
|