Update cosmic-text

This commit is contained in:
Jeremy Soller 2024-07-31 10:13:01 -06:00
parent 72391e782d
commit 0c057e5192
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1219,8 +1219,8 @@ dependencies = [
[[package]]
name = "cosmic-text"
version = "0.12.0"
source = "git+https://github.com/pop-os/cosmic-text.git#4f316658050536c4254fb70639f4b5203c31dbce"
version = "0.12.1"
source = "git+https://github.com/pop-os/cosmic-text.git#58c2ccd1fb3daf0abc792f9dd52b5766b7125ccd"
dependencies = [
"bitflags 2.5.0",
"fontdb",

View file

@ -39,7 +39,7 @@ default-features = false
[dependencies.cosmic-text]
git = "https://github.com/pop-os/cosmic-text.git"
features = ["shape-run-cache"]
features = ["monospace_fallback", "shape-run-cache"]
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"