summaryrefslogtreecommitdiffstats
path: root/graphics/src/cache.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-13Remove `Clone` bound for `graphics::Cache::clear`Libravatar may1-9/+10
2024-04-30Fix cache trimming loop in `iced_wgpu::text`Libravatar Héctor Ramón Jiménez1-3/+34
2024-04-30Introduce `canvas::Cache` groupingLibravatar Héctor Ramón Jiménez1-0/+158
Caches with the same `Group` will share their text atlas!