summaryrefslogtreecommitdiffstats
path: root/wgpu/src/image/atlas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move image/svg handling into `iced_graphics`Libravatar Ian Douglas Scott2022-11-051-3/+3
| | | | | | | | | The `TextureStore` trait is implemented by the atlas, and can also be implemented in the glow renderer or in a software renderer. The API here may be improved in the future, but API stability is presumably not a huge issue since these types will only be used by renderer backends.
* Address Clippy lintsLibravatar Poly2022-07-091-4/+1
|
* Add image format options to reduce code bloat, fixes #376Libravatar Greg V2021-02-131-1/+1
|
* Stop creating image pipeline when unnecessaryLibravatar Héctor Ramón Jiménez2020-02-284-0/+147