From 3494942a5c1cff1b165eb658403e35ab6eb98ee9 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 3 Sep 2019 11:46:31 -0400 Subject: [PATCH] Update gleam and cgl. Publish 0.24.0. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d3ed41a..f3bf8e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "offscreen_gl_context" license = "MIT / Apache-2.0" edition = "2018" -version = "0.23.1" +version = "0.24.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" @@ -20,7 +20,7 @@ test_egl_in_linux = ["libloading", "lazy_static"] [dependencies] euclid = "0.20" -gleam = "0.6" +gleam = "0.7" lazy_static = { version = "1", optional = true } libloading = { version = "0.5", optional = true, default-features = false } log = "0.4" @@ -29,7 +29,7 @@ serde = { version = "1.0", optional = true } [target.x86_64-apple-darwin.dependencies] core-foundation = "0.6" -cgl = "0.2.3" +cgl = "0.3" [target.'cfg(target_os = "ios")'.dependencies] objc = "0.2"