From cf17d2e4fb5c3e1800488bd29ae3005842a5e08e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Sat, 13 Jan 2018 00:19:09 +0100 Subject: [PATCH 1/2] Upgrade core-foundation to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a886fd5..5965a84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ libloading = { version = "0.4", optional = true, default-features = false } lazy_static = { version = "1", optional = true } [target.x86_64-apple-darwin.dependencies] -core-foundation = "0.4" +core-foundation = "0.5" cgl = "0.2" [target.'cfg(target_os = "ios")'.dependencies] From 8ca7262bc666ec6707a27d227a69aace13ea5953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Sat, 13 Jan 2018 00:27:22 +0100 Subject: [PATCH 2/2] Bump version to 0.14.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5965a84..55a4ac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "offscreen_gl_context" license = "MIT / Apache-2.0" -version = "0.14.2" +version = "0.14.3" 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"