From 5f9e7f6cb99467363d691086cb697b2390793afd Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 19 Mar 2023 14:52:30 +0100 Subject: Update `cosmic-text` to latest :tada: --- tiny_skia/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tiny_skia/Cargo.toml') 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" -- cgit