Skip to content

Commit a6130a0

Browse files
committed
update macos specific deps
1 parent 46af182 commit a6130a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

surfman/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ rand = "0.8"
5858

5959
[target.'cfg(target_os = "macos")'.dependencies]
6060
cgl = "0.3.2"
61-
cocoa = "0.19"
62-
core-foundation = "0.6"
63-
core-graphics = "0.17"
61+
cocoa = "0.24"
62+
core-foundation = "0.9"
63+
core-graphics = "0.22"
6464
servo-display-link = "0.2"
65-
io-surface = "0.12"
65+
io-surface = "0.15"
6666
mach = "0.3"
67-
metal = "0.18"
67+
metal = "0.24"
6868
objc = "0.2"
6969

7070
[target.'cfg(all(unix, not(any(target_os = "macos", target_os = "android"))))'.dependencies.wayland-sys]

0 commit comments

Comments
 (0)