Update cosmic-text to fix clipping, part of #255

This commit is contained in:
Jeremy Soller 2024-07-09 11:23:01 -06:00
parent d31e103f65
commit a3ea6d5197
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 4 additions and 1 deletions

2
Cargo.lock generated
View file

@ -1218,7 +1218,7 @@ dependencies = [
[[package]]
name = "cosmic-text"
version = "0.12.0"
source = "git+https://github.com/pop-os/cosmic-text.git#a03ec6b75f0ea8fd6264d6cd05afcec3c2213f8f"
source = "git+https://github.com/pop-os/cosmic-text.git#0e2d050a8d87c2e97e94ae205c9beda5858123b6"
dependencies = [
"bitflags 2.6.0",
"fontdb",

View file

@ -81,6 +81,9 @@ tempfile = "3"
test-log = "0.2"
tokio = { version = "1", features = ["rt", "macros"] }
# [patch.'https://github.com/pop-os/cosmic-text']
# cosmic-text = { path = "../cosmic-text" }
# [patch.'https://github.com/pop-os/fs_extra']
# fs_extra = { path = "../fs_extra" }