Skip to content

Commit e59611f

Browse files
jdmgoddessfreya
authored andcommitted
macos: Update cocoa to 0.19. (rust-windowing#1229)
1 parent 0484684 commit e59611f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

glutin/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ objc = "0.2.6"
3131
glutin_gles2_sys = { version = "0.1.3", path = "../glutin_gles2_sys" }
3232

3333
[target.'cfg(target_os = "macos")'.dependencies]
34-
cgl = "0.2"
35-
cocoa = "0.18"
34+
cgl = "0.3"
35+
cocoa = "0.19"
3636
core-foundation = "0.6"
3737
core-graphics = "0.17"
3838

0 commit comments

Comments
 (0)