Implement basic glyph cache in iced_tiny_skia

This commit is contained in:
Héctor Ramón Jiménez 2023-02-27 16:28:19 +01:00
parent 3105ad2e00
commit c1ff803b8f
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 120 additions and 65 deletions

View file

@ -27,7 +27,7 @@ path = "../graphics"
[dependencies.cosmic-text]
features = ["std", "swash"]
git = "https://github.com/hecrj/cosmic-text"
rev = "dc83efbf00a2efb4118403538e8a47bfd69c3e5e"
rev = "81080c1b9498933b43c1889601a7ea6a3d16e161"
[dependencies.twox-hash]
version = "1.6"