Skip to content

Commit

Permalink
Upgrade cocoa to 0.25 and core-graphics to 0.23 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlannyH authored and msiglreith committed Oct 31, 2023
1 parent 647ce3d commit f4d7772
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 @@ -17,8 +17,8 @@ raw-window-handle = "0.5.0"
objc = "0.2"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
cocoa = "0.24"
core-graphics = "0.22"
cocoa = "0.25"
core-graphics = "0.23"

[package.metadata.docs.rs]
targets = [
Expand Down

0 comments on commit f4d7772

Please sign in to comment.