diff options
author | Paul Rouget <me@paulrouget.com> | 2015-09-23 10:19:27 +0200 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2015-09-23 10:53:35 +0200 |
commit | 68230faeb0c239bbf3ce97a0094f9bfbfc4ea965 (patch) | |
tree | 9ef83b4ade708ca45c39057a5cd1cba5bc2bbb24 | |
parent | 67a31c622140a27830f5b5c1bd4eabfc6c44a0a0 (diff) | |
download | glutin-68230faeb0c239bbf3ce97a0094f9bfbfc4ea965.tar.gz glutin-68230faeb0c239bbf3ce97a0094f9bfbfc4ea965.zip |
Update cocoa version
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ objc = "0.1" [target.x86_64-apple-darwin.dependencies] objc = "0.1" cgl = "0" -cocoa = "0" +cocoa = "0.1.4" core-foundation = "0" core-graphics = "0" |