We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cec8f3 commit ca88168Copy full SHA for ca88168
harfbuzz-sys/Cargo.toml
@@ -28,9 +28,9 @@ pkg-config = { version = "0.3" }
28
cc = { version = "1" }
29
30
[target.'cfg(target_vendor = "apple")'.dependencies]
31
-core-graphics = { version = "0.22", optional = true }
32
-core-text = { version = "19", optional = true }
33
-foreign-types = { version = "0.3", optional = true }
+core-graphics = { version = "0.23", optional = true }
+core-text = { version = "20", optional = true }
+foreign-types = { version = "0.5", optional = true }
34
35
[target.'cfg(target_family = "windows")'.dependencies.winapi]
36
version = "0.3"
0 commit comments