diff options
author | 2023-03-19 14:52:30 +0100 | |
---|---|---|
committer | 2023-03-19 14:52:30 +0100 | |
commit | 5f9e7f6cb99467363d691086cb697b2390793afd (patch) | |
tree | e78ffc7af0a5fbb9cf508bcff27402d555f7ab15 /tiny_skia/Cargo.toml | |
parent | d1dc62ebcdab6ec57605d276a02d6dae1e97c30d (diff) | |
download | iced-5f9e7f6cb99467363d691086cb697b2390793afd.tar.gz iced-5f9e7f6cb99467363d691086cb697b2390793afd.tar.bz2 iced-5f9e7f6cb99467363d691086cb697b2390793afd.zip |
Update `cosmic-text` to latest :tada:
Diffstat (limited to 'tiny_skia/Cargo.toml')
-rw-r--r-- | tiny_skia/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml index 69197589..31f5cb6b 100644 --- a/tiny_skia/Cargo.toml +++ b/tiny_skia/Cargo.toml @@ -14,7 +14,6 @@ softbuffer = "0.2" tiny-skia = "0.8" bytemuck = "1" rustc-hash = "1.1" -ouroboros = "0.15" kurbo = "0.9" [dependencies.iced_graphics] @@ -24,8 +23,8 @@ features = ["tiny-skia"] [dependencies.cosmic-text] features = ["std", "swash"] -git = "https://github.com/hecrj/cosmic-text" -rev = "81080c1b9498933b43c1889601a7ea6a3d16e161" +git = "https://github.com/pop-os/cosmic-text" +rev = "e788c175ec31094b04dcacbc0537dba4433afcfc" [dependencies.twox-hash] version = "1.6" |