Skip to content

Commit

Permalink
Use font-config-sys 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Jul 4, 2024
1 parent 3c08472 commit bfa144c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version = "0.7"
optional = true

[dependencies.yeslogic-fontconfig-sys]
version = "5.0"
version = "6.0"
optional = true

[dev-dependencies]
Expand All @@ -59,7 +59,7 @@ core-text = "20.1.0"
freetype-sys = "0.20"

[target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios", target_arch = "wasm32", target_env = "ohos")))'.dependencies]
yeslogic-fontconfig-sys = "5.0"
yeslogic-fontconfig-sys = "6.0"

[target.'cfg(not(any(target_arch = "wasm32", target_family = "windows", target_os = "android", target_env = "ohos")))'.dependencies]
dirs-next = "2.0"
Expand Down

0 comments on commit bfa144c

Please sign in to comment.