fix: revert cosmic-text version to fix cut off text

This commit is contained in:
Michael Aaron Murphy 2025-06-11 12:02:16 +02:00
parent e6e49fbddc
commit 5a1debae5a
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -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" }