From 908e75855f474704abf49ec774d72fa777700bb1 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Sat, 24 Aug 2019 12:34:38 +0200 Subject: [PATCH] Update gl_generator to 0.13 and bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 613e741..d3ed41a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,14 +2,14 @@ name = "offscreen_gl_context" license = "MIT / Apache-2.0" edition = "2018" -version = "0.23.0" +version = "0.23.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.11" +gl_generator = "0.13" [features] default = ["x11"]