From c0adb8d87eb929db037c2cce2082bfb5f7627119 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 14 Mar 2016 20:22:16 -0400 Subject: Fix Mac build by bumping core-graphics. At the time of writing, Glutin requires 0.2.x and cocoa requires 0.3.x. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3