summaryrefslogtreecommitdiffstats
path: root/graphics/src/text/cache.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-17Update `cosmic-text` and `resvg` (#2416)Libravatar Héctor Ramón1-2/+2
* Update `cosmic-text`, `glyphon`, and `resvg` * Fix slow font fallback with `Shaping::Basic` in `cosmic-text` * Update `cosmic-text` and `resvg` * Update `cosmic-text` * Fix `SelectAll` action in `editor` * Fix some panics in `graphics::text::editor` * Remove empty `if` statement in `tiny_skia::vector` * Update `cosmic-text`, `glyphon`, and `rustc-hash`
2024-04-07Use built-in `[lints]` table in `Cargo.toml`Libravatar Héctor Ramón Jiménez1-3/+2
2024-03-30Replace `xxhash-rust` with `rustc-hash`Libravatar Héctor Ramón Jiménez1-7/+4
2023-11-11Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.Libravatar dtzxporter1-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.
2023-10-27Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez1-0/+19
2023-08-30Use `min_bounds` for cached textLibravatar Héctor Ramón Jiménez1-4/+13
2023-08-30Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez1-0/+120