From 6e4b89d0719e1adf5ac1cf48337ff37be1870f8b Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Thu, 2 Feb 2017 10:41:30 -0800 Subject: [PATCH] Update to core-foundation 0.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fd8fe0a..7ffc881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "offscreen_gl_context" license = "MIT / Apache-2.0" -version = "0.5.3" +version = "0.5.4" 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 @@ serde = { version = "0.8", optional = true } osmesa-sys = { version = "0.1", optional = true } [target.x86_64-apple-darwin.dependencies] -core-foundation = "0.2.0" +core-foundation = "0.3.0" cgl = "0.1" [target.'cfg(target_os = "linux")'.dependencies.x11]