From a72978cc9e2ef7ca3937e0d15fc05c8540660aec Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Fri, 22 Sep 2017 08:07:01 +1000 Subject: [PATCH] Bump core foundation --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6107c3e..c98404e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "offscreen_gl_context" license = "MIT / Apache-2.0" -version = "0.11.1" +version = "0.11.2" authors = ["Emilio Cobos Álvarez ", "The Servo Project Developers"] description = "Creation and manipulation of HW accelerated offscreen rendering contexts in multiple platforms. Originally intended for the Servo project's WebGL implementation." repository = "https://github.com/emilio/rust-offscreen-rendering-context" @@ -26,7 +26,7 @@ libloading = { version = "0.4", optional = true, default-features = false } lazy_static = { version = "0.2", optional = true } [target.x86_64-apple-darwin.dependencies] -core-foundation = "0.3.0" +core-foundation = "0.4" cgl = "0.2" [target.'cfg(target_os = "linux")'.dependencies.x11]