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 }