From 8eac00f007a6d2cb7ea5a57a9f917b9098fe4228 Mon Sep 17 00:00:00 2001 From: tomaka Date: Fri, 20 Mar 2015 07:20:53 +0100 Subject: Depend on glutin_core_foundation instead of core_foundation --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 528974f..395fef9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "glutin" -version = "0.0.10" +version = "0.0.11" authors = ["tomaka "] description = "Cross-plaform OpenGL context provider. Important: the crates.io only supports Windows and Linux for the moment." keywords = ["windowing", "opengl"] @@ -42,10 +42,10 @@ version = "0" [target.x86_64-apple-darwin.dependencies.glutin_core_graphics] version = "0" -[target.i686-apple-darwin.dependencies.core_foundation] +[target.i686-apple-darwin.dependencies.glutin_core_foundation] version = "0" -[target.x86_64-apple-darwin.dependencies.core_foundation] +[target.x86_64-apple-darwin.dependencies.glutin_core_foundation] version = "0" [target.i686-pc-windows-gnu.dependencies] -- cgit v1.2.3