summaryrefslogtreecommitdiffstats
path: root/src/window/icon.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-01-14Bump image from `0.24` to `0.25`Libravatar Jos Ahrens1-2/+2
2024-04-19Fix typoLibravatar saihaze1-1/+1
2023-09-09Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang1-1/+1
2023-09-04Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez1-4/+5
We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
2023-07-21refactored window storage;Libravatar Bingus1-0/+0
new helper window events (Destroyed, Created); clippy + fmt;
2023-01-09move window settings to `iced_native`Libravatar Richard1-7/+14
2022-03-01Added convenience functions for window::icon::IconLibravatar daladim1-0/+57
2022-01-28Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez1-19/+0
2021-04-12Run cargo fmtLibravatar Dispersia1-8/+10
2020-11-01Fix DimensionsMismatch error messageLibravatar sum-elier1-1/+1
The values passed to write! were shifted 1 to the left. Fixes #591
2020-07-01Move `Icon` to `iced` crate and introduce `Error`Libravatar Héctor Ramón Jiménez1-0/+132