We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e49fb commit 5a1debaCopy full SHA for 5a1deba
Cargo.toml
@@ -45,6 +45,10 @@ debug = true
45
opt-level = "s"
46
lto = "off"
47
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
+
52
# [patch.'https://github.com/smithay/client-toolkit/']
53
# smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "c583de8" }
54
0 commit comments