From 5a1debae5a1df527d1055f669c681cf63ddfe02c Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Wed, 11 Jun 2025 12:02:16 +0200 Subject: [PATCH] fix: revert cosmic-text version to fix cut off text --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b54f4d6..9d2d5b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,6 +45,10 @@ debug = true opt-level = "s" lto = "off" +# Fix text rendering being cut off on the right +[patch.'https://github.com/pop-os/cosmic-text'] +cosmic-text = { git = "https://github.com/pop-os/cosmic-text//", rev = "b017d7c" } + # [patch.'https://github.com/smithay/client-toolkit/'] # smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "c583de8" }