From 12124e459f0660a609350cce22d9ce15b1fa6a01 Mon Sep 17 00:00:00 2001 From: Nicolas Silva Date: Thu, 1 Jun 2017 13:56:29 +0200 Subject: [PATCH 1/2] Bump euclid to 0.14. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77cc443..b9f96f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ test_egl_in_linux = ["libloading", "lazy_static"] [dependencies] log = "0.3" gleam = "0.4" -euclid = ">= 0.11, < 0.14" +euclid = "0.14" serde = { version = "0.9", optional = true } osmesa-sys = { version = "0.1", optional = true } libloading = { version = "0.4", optional = true, default-features = false } From e08c8ffb509a7b5635e25a4f55709480d8afaf30 Mon Sep 17 00:00:00 2001 From: Nicolas Silva Date: Thu, 1 Jun 2017 14:19:48 +0200 Subject: [PATCH 2/2] Bump own version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9f96f0..b6fa359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "offscreen_gl_context" license = "MIT / Apache-2.0" -version = "0.8.10" +version = "0.9.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/emilio/rust-offscreen-rendering-context"