From 705de184c4ccab21f4c326495cedb3b940b4f63a Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Tue, 13 Feb 2018 12:37:12 +0100 Subject: [PATCH] Update log, gl_generator and bump version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 55a4ac5..51936de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "offscreen_gl_context" license = "MIT / Apache-2.0" -version = "0.14.3" +version = "0.14.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" build = "build.rs" [build-dependencies] -gl_generator = "0.8" +gl_generator = "0.9" [features] default = ["x11"] @@ -17,7 +17,7 @@ osmesa = ["osmesa-sys"] test_egl_in_linux = ["libloading", "lazy_static"] [dependencies] -log = "0.3" +log = "0.4" gleam = "0.4.10" euclid = "0.16" serde = { version = "1.0", optional = true }