Skip to content

Commit

Permalink
deps: Update core-graphics, core-text, foreign-types.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Aug 25, 2023
1 parent 3552a2e commit 8f96810
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions harfbuzz-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ pkg-config = { version = "0.3" }
cc = { version = "1" }

[target.'cfg(target_vendor = "apple")'.dependencies]
core-graphics = { version = "0.22", optional = true }
core-text = { version = "19", optional = true }
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 }

[target.'cfg(target_family = "windows")'.dependencies.winapi]
version = "0.3"
Expand Down

0 comments on commit 8f96810

Please sign in to comment.