From 3b1c73e9f2fff9f194e73eb2e9b103691ab500ae Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Wed, 10 Jan 2018 12:55:31 +0100 Subject: [PATCH] Bump gl_generator to 0.8 and bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a5c73cb..a886fd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "offscreen_gl_context" license = "MIT / Apache-2.0" -version = "0.14.1" +version = "0.14.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" build = "build.rs" [build-dependencies] -gl_generator = "0.6" +gl_generator = "0.8" [features] default = ["x11"]