diff --git a/Cargo.toml b/Cargo.toml index e55473e..cbf885d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "offscreen_gl_context" license = "MIT / Apache-2.0" -version = "0.17.0" +version = "0.18.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" @@ -26,7 +26,7 @@ osmesa-sys = { version = "0.1", optional = true } serde = { version = "1.0", optional = true } [target.x86_64-apple-darwin.dependencies] -core-foundation = "0.5" +core-foundation = "0.6" cgl = "0.2.2" [target.'cfg(target_os = "ios")'.dependencies]