From a55cf35d50cb569c816bc2e802a1c73c7dc5450a Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Wed, 18 Jul 2018 09:42:17 +0200 Subject: [PATCH] Update gleam to 0.6 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7992f52..7aedd3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "offscreen_gl_context" license = "MIT / Apache-2.0" -version = "0.19.0" +version = "0.20.0" 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" +repository = "https://github.com/servo/rust-offscreen-rendering-context" build = "build.rs" [build-dependencies] @@ -18,7 +18,7 @@ test_egl_in_linux = ["libloading", "lazy_static"] [dependencies] euclid = "0.18" -gleam = "0.5" +gleam = "0.6" lazy_static = { version = "1", optional = true } libloading = { version = "0.5", optional = true, default-features = false } log = "0.4" @@ -27,7 +27,7 @@ serde = { version = "1.0", optional = true } [target.x86_64-apple-darwin.dependencies] core-foundation = "0.6" -cgl = "0.2.2" +cgl = "0.2.3" [target.'cfg(target_os = "ios")'.dependencies] objc = "0.2"