From 714b8d6145c70d3467071c780d3743ffaf28db0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 23 Mar 2016 17:53:38 +0100 Subject: [PATCH] Use offscreen_gl_context from crates.io --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b22aee2ba..2e819f68a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,14 +27,12 @@ git = "https://github.com/servo/ipc-channel" [dependencies.webrender_traits] git = "https://github.com/servo/webrender_traits" -[dependencies.offscreen_gl_context] -git = "https://github.com/ecoal95/rust-offscreen-rendering-context" - #[dependencies.notify] #git = "https://github.com/glennw/rsnotify.git" #branch = "inotify-modify" [dependencies] +offscreen_gl_context = {version = "0.1.1", features = ["serde_serialization"]} gleam = "0.2" euclid = {version = "0.6.2", features = ["plugins"]} num = {version = "0.1.31", default-features = false}