summaryrefslogtreecommitdiffstats
path: root/graphics/src/image/storage.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-1/+1
|
* Minor docs typoLibravatar rpitasky2022-12-291-1/+1
| | | "Romve" -> "Remove"
* Refactor some `image` traits a bitLibravatar Héctor Ramón Jiménez2022-11-051-0/+31
- Use `Size<u32>` were applicable. - Rename `TextureStore` to `image::Storage`. - Rename `TextureStoreEntry` to `image::storage::Entry`. - Wire up `viewport_dimensions` to `iced_glow` for `Svg`.