summaryrefslogtreecommitdiffstats
path: root/glow/src/image.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez2023-02-241-254/+0
* Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo2023-01-091-3/+3
* Initial profiling support for Iced.Libravatar Bingus2023-01-091-0/+6
* Fixed iced_glow crate compilation when image feature is enabled and the svg f...Libravatar Ben Wallis2022-12-111-1/+1
* Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez2022-12-061-1/+6
* fix: adjust y position of scissor rectangleLibravatar Ashley Wulber2022-11-231-1/+3
* fix: scissor layout bounds for imagesLibravatar Ashley Wulber2022-11-231-0/+11
* Remove redundant features in `iced_wgpu` and `iced_glow`Libravatar Héctor Ramón Jiménez2022-11-051-8/+8
* Refactor some `image` traits a bitLibravatar Héctor Ramón Jiménez2022-11-051-23/+41
* Add image/svg support to `iced_glow`Libravatar Ian Douglas Scott2022-11-051-0/+212