aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2016-03-14 20:22:16 -0400
committerCorey Farwell <coreyf@rwell.org>2016-03-14 20:22:19 -0400
commitc0adb8d87eb929db037c2cce2082bfb5f7627119 (patch)
treec56c5061bc6cd40bae1ee64cdcfdf30e04d9424c /Cargo.toml
parent140fd1f15682b159dd88d91e9f506e2cfb18131d (diff)
downloadglutin-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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cda4d75..3a251c2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"