From 20443c0f9d3cdee1916e9dbd6629955485829753 Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Tue, 24 Jul 2018 07:50:04 +0200 Subject: [PATCH] Update euclid to 0.19 and bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7aedd3a..78b3028 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "offscreen_gl_context" license = "MIT / Apache-2.0" -version = "0.20.0" +version = "0.21.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/servo/rust-offscreen-rendering-context" @@ -17,7 +17,7 @@ osmesa = ["osmesa-sys"] test_egl_in_linux = ["libloading", "lazy_static"] [dependencies] -euclid = "0.18" +euclid = "0.19" gleam = "0.6" lazy_static = { version = "1", optional = true } libloading = { version = "0.5", optional = true, default-features = false }