From d548aaa0ab5b95ba70648283533b402e512df11c Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Sat, 10 Nov 2018 00:06:16 +0100 Subject: [PATCH] Update gl_generator and bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 78b3028..1178f82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "offscreen_gl_context" license = "MIT / Apache-2.0" -version = "0.21.0" +version = "0.21.1" 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/servo/rust-offscreen-rendering-context" build = "build.rs" [build-dependencies] -gl_generator = "0.9" +gl_generator = "0.10" [features] default = ["x11"]