fix: revert cosmic-text version to fix cut off text
This commit is contained in:
parent
e6e49fbddc
commit
5a1debae5a
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,10 @@ debug = true
|
||||||
opt-level = "s"
|
opt-level = "s"
|
||||||
lto = "off"
|
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/']
|
# [patch.'https://github.com/smithay/client-toolkit/']
|
||||||
# smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "c583de8" }
|
# smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "c583de8" }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue