Skip to content

Commit

Permalink
Bump crossfont to 0.8.0 (#60)
Browse files Browse the repository at this point in the history
This switches the underlying fontconfig-sys crate to
yeslogic-fontconfig-sys, due to Servo's lack of maintenance.
  • Loading branch information
chrisduerr authored Mar 15, 2024
1 parent 3c4a5fb commit e777065
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ tiny-skia = { version = "0.11", default-features = false, features = [
smithay-client-toolkit = { version = "0.18.0", default_features = false }

# Draw title text using crossfont `--features crossfont`
crossfont = { version = "0.7.0", features = [
"force_system_fontconfig",
], optional = true }
crossfont = { version = "0.8.0", optional = true }
# Draw title text using ab_glyph `--features ab_glyph`
ab_glyph = { version = "0.2.17", optional = true }

Expand Down

0 comments on commit e777065

Please sign in to comment.