From a3ea6d5197360e7bdf87594a5e8e86390188587d Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 9 Jul 2024 11:23:01 -0600 Subject: [PATCH] Update cosmic-text to fix clipping, part of #255 --- Cargo.lock | 2 +- Cargo.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index f056f6e..63c098e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1218,7 +1218,7 @@ dependencies = [ [[package]] name = "cosmic-text" version = "0.12.0" -source = "git+https://github.com/pop-os/cosmic-text.git#a03ec6b75f0ea8fd6264d6cd05afcec3c2213f8f" +source = "git+https://github.com/pop-os/cosmic-text.git#0e2d050a8d87c2e97e94ae205c9beda5858123b6" dependencies = [ "bitflags 2.6.0", "fontdb", diff --git a/Cargo.toml b/Cargo.toml index d5976e9..8c37daa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,6 +81,9 @@ tempfile = "3" test-log = "0.2" tokio = { version = "1", features = ["rt", "macros"] } +# [patch.'https://github.com/pop-os/cosmic-text'] +# cosmic-text = { path = "../cosmic-text" } + # [patch.'https://github.com/pop-os/fs_extra'] # fs_extra = { path = "../fs_extra" }