summaryrefslogtreecommitdiffstats
path: root/graphics/src/cache.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix cache trimming loop in `iced_wgpu::text`Libravatar Héctor Ramón Jiménez2024-04-301-3/+34
|
* Introduce `canvas::Cache` groupingLibravatar Héctor Ramón Jiménez2024-04-301-0/+158
Caches with the same `Group` will share their text atlas!