Skip to content

Commit

Permalink
Update core-graphics to 0.23, core-text to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopey authored and mrobinson committed Feb 23, 2024
1 parent f91b68a commit c59520c
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 37 deletions.
123 changes: 90 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions webrender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ dwrote = "0.11"

[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.9"
core-graphics = "0.22"
core-text = { version = "19", default-features = false }
core-graphics = "0.23"
core-text = { version = "20", default-features = false }
objc = "0.2"
2 changes: 1 addition & 1 deletion webrender_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ crossbeam-channel = "0.5"

[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.9"
core-graphics = "0.22"
core-graphics = "0.23"
2 changes: 1 addition & 1 deletion wrench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ default-features = false
features = ["png"]

[target.'cfg(target_os = "macos")'.dependencies]
core-graphics = "0.22"
core-graphics = "0.23"
core-foundation = "0.9"

[features]
Expand Down

0 comments on commit c59520c

Please sign in to comment.