iced/widget
Cory Forsstrom 9ac3318357
Retain widget state against incoming panes
We can associate each state with a `Pane` and compare
that against the new panes to remove states w/ respective
panes which no longer exist.

Because we always increment `Pane`, new states are always
added to the end, so this retain + add new state approach
will ensure continuity when panes are added & removed
2024-10-24 13:05:42 +02:00
..
assets Add iced widget helper to display the iced logo ☄️ 2024-07-11 04:33:19 +02:00
src Retain widget state against incoming panes 2024-10-24 13:05:42 +02:00
Cargo.toml Use url for markdown links 2024-07-21 18:16:32 +02:00