diff --git a/Cargo.toml b/Cargo.toml index 25effb5..a12d433 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "offscreen_gl_context" license = "MIT / Apache-2.0" -version = "0.3.0" +version = "0.4.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" @@ -20,7 +20,7 @@ serde_serialization = ["serde"] [dependencies] log = "0.3" gleam = "0.2" -euclid = "0.9" +euclid = "0.10" serde = { version = "0.8", optional = true } [target.x86_64-apple-darwin.dependencies]