summaryrefslogtreecommitdiffstats
path: root/examples/multi_window/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-21Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez1-1/+1
2024-11-05Draft `reactive-rendering` feature for `button`Libravatar Héctor Ramón Jiménez1-1/+1
2023-07-21refactored window storage;Libravatar Bingus1-1/+1
new helper window events (Destroyed, Created); clippy + fmt;
2023-03-14Added simpler MW exampleLibravatar Bingus1-6/+2
2023-03-13Code cleanup, clearer comments + removed some unnecessary dupe;Libravatar Bingus1-1/+1
Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping;
2023-02-20Cargo fixLibravatar Bingus1-1/+1
2023-01-09Implemented window title update functionality for multiwindow.Libravatar bungoboingo1-1/+1
2023-01-09Fixed issue with window ID on winitLibravatar bungoboingo1-0/+1
2023-01-09duplicate `pane_grid` example to `multi_window`Libravatar Richard1-0/+12