iced
iced copied to clipboard
feat: multi-window support
This PR roughly implements multi-window support, as described in the RFC: https://github.com/iced-rs/rfcs/pull/8.
The multi_window
example showcases a multi-window version of the pane_grid
example.
Note: This is still work-in-progress, and will remain a draft while the RFC hasn't been merged.