Skip to content

Commit dbfe444

Browse files
authored
Use font-config-sys 6.0 (#246)
1 parent 3c08472 commit dbfe444

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "font-kit"
3-
version = "0.13.2"
3+
version = "0.14.0"
44
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
55
description = "A cross-platform font loading library"
66
license = "MIT OR Apache-2.0"
@@ -9,6 +9,7 @@ repository = "https://github.com/servo/font-kit"
99
homepage = "https://github.com/servo/font-kit"
1010
exclude = ["resources/**"]
1111
edition = "2018"
12+
rust-version = "1.77"
1213

1314
[features]
1415
default = ["source"]
@@ -34,7 +35,7 @@ version = "0.7"
3435
optional = true
3536

3637
[dependencies.yeslogic-fontconfig-sys]
37-
version = "5.0"
38+
version = "6.0"
3839
optional = true
3940

4041
[dev-dependencies]
@@ -59,7 +60,7 @@ core-text = "20.1.0"
5960
freetype-sys = "0.20"
6061

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

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

0 commit comments

Comments
 (0)