diff --git a/Cargo.toml b/Cargo.toml index 51936de..342a9fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "offscreen_gl_context" license = "MIT / Apache-2.0" -version = "0.14.4" +version = "0.15.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" @@ -19,7 +19,7 @@ test_egl_in_linux = ["libloading", "lazy_static"] [dependencies] log = "0.4" gleam = "0.4.10" -euclid = "0.16" +euclid = "0.17" serde = { version = "1.0", optional = true } osmesa-sys = { version = "0.1", optional = true } libloading = { version = "0.4", optional = true, default-features = false }