summaryrefslogtreecommitdiffstats
path: root/graphics/src/text/cache.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.Libravatar dtzxporter2023-11-111-5/+1
| | | | xxhash-rust is more maintained, built against `::core`, so no workaround for wasm is necessary. Switch to Xxh3 for better performance, which shows when loading/hashing image buffers.
* Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez2023-10-271-0/+19
|
* Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-101-1/+4
|
* Use `min_bounds` for cached textLibravatar Héctor Ramón Jiménez2023-08-301-4/+13
|
* Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-301-0/+120