summaryrefslogtreecommitdiffstats
path: root/glow/src/shader/common/image.frag (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez2023-02-241-22/+0
|
* Add image/svg support to `iced_glow`Libravatar Ian Douglas Scott2022-11-051-0/+22
https://github.com/iced-rs/iced/issues/674 Uses image/svg support in `iced_graphics`. The is not currently using an atlas, and uses one texture/draw per image. This should be good enough for now; supporting images with glow is better than not supporting them, and if something else performs better, that improvement can be made without any change to the public API.