Skip to content

Commit

Permalink
Update core-graphics to 0.23 and core-text to 20.1.0 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopey authored Feb 14, 2024
1 parent caee9ea commit 66d53bc
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 @@ -52,8 +52,8 @@ features = ["dwrite", "minwindef", "sysinfoapi", "winbase", "winnt"]

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
core-foundation = "0.9"
core-graphics = "0.22"
core-text = "19.1.0"
core-graphics = "0.23"
core-text = "20.1.0"

[target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios")))'.dependencies]
freetype = "0.7"
Expand Down

0 comments on commit 66d53bc

Please sign in to comment.