Skip to content

Commit 5a1deba

Browse files
committed
fix: revert cosmic-text version to fix cut off text
1 parent e6e49fb commit 5a1deba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ debug = true
4545
opt-level = "s"
4646
lto = "off"
4747

48+
# Fix text rendering being cut off on the right
49+
[patch.'https://github.com/pop-os/cosmic-text']
50+
cosmic-text = { git = "https://github.com/pop-os/cosmic-text//", rev = "b017d7c" }
51+
4852
# [patch.'https://github.com/smithay/client-toolkit/']
4953
# smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "c583de8" }
5054

0 commit comments

Comments
 (0)