diff options
author | Corey Farwell <coreyf@rwell.org> | 2016-03-14 20:22:16 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2016-03-14 20:22:19 -0400 |
commit | c0adb8d87eb929db037c2cce2082bfb5f7627119 (patch) | |
tree | c56c5061bc6cd40bae1ee64cdcfdf30e04d9424c | |
parent | 140fd1f15682b159dd88d91e9f506e2cfb18131d (diff) | |
download | glutin-c0adb8d87eb929db037c2cce2082bfb5f7627119.tar.gz glutin-c0adb8d87eb929db037c2cce2082bfb5f7627119.zip |
Fix Mac build by bumping core-graphics.
At the time of writing, Glutin requires 0.2.x and cocoa requires 0.3.x.
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ objc = "0.1.8" cgl = "0.1" cocoa = "0.2.4" core-foundation = "0" -core-graphics = "0.2" +core-graphics = "0.3" [target.i686-pc-windows-gnu.dependencies] winapi = "0.2" |