aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Rouget <me@paulrouget.com>2016-03-15 16:13:31 +0100
committerPaul Rouget <me@paulrouget.com>2016-03-15 16:13:31 +0100
commit141f61002e910d62e64e042230161b46f97935f7 (patch)
treec56c5061bc6cd40bae1ee64cdcfdf30e04d9424c
parent140fd1f15682b159dd88d91e9f506e2cfb18131d (diff)
parentc0adb8d87eb929db037c2cce2082bfb5f7627119 (diff)
downloadglutin-141f61002e910d62e64e042230161b46f97935f7.tar.gz
glutin-141f61002e910d62e64e042230161b46f97935f7.zip
Merge pull request #741 from tomaka/fix-mac-build
Fix Mac build by bumping core-graphics.
-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"