diff --git a/Cargo.toml b/Cargo.toml index b28c870..77cc443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "offscreen_gl_context" license = "MIT / Apache-2.0" -version = "0.8.9" +version = "0.8.10" 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.3" gleam = "0.4" -euclid = "0.11" +euclid = ">= 0.11, < 0.14" serde = { version = "0.9", optional = true } osmesa-sys = { version = "0.1", optional = true } libloading = { version = "0.4", optional = true, default-features = false }