diff --git a/Cargo.lock b/Cargo.lock index b86b4e7..86fd9fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 33824cc..4efbef1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"