diff options
author | 2023-02-27 16:28:19 +0100 | |
---|---|---|
committer | 2023-02-27 16:28:19 +0100 | |
commit | c1ff803b8f98beb2a73bb4252b34921110aa6cf0 (patch) | |
tree | 9c30672431198613ad71b5cc23f590e89d6057a1 /tiny_skia/Cargo.toml | |
parent | 3105ad2e0036e101e66b5e6ab437b570f2d923a3 (diff) | |
download | iced-c1ff803b8f98beb2a73bb4252b34921110aa6cf0.tar.gz iced-c1ff803b8f98beb2a73bb4252b34921110aa6cf0.tar.bz2 iced-c1ff803b8f98beb2a73bb4252b34921110aa6cf0.zip |
Implement basic glyph cache in `iced_tiny_skia`
Diffstat (limited to 'tiny_skia/Cargo.toml')
-rw-r--r-- | tiny_skia/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml index 7fee49cb..781e7d34 100644 --- a/tiny_skia/Cargo.toml +++ b/tiny_skia/Cargo.toml @@ -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" |