From a3a1242fb99b9a6c437cf5d87269fec96364e64a Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Thu, 30 Oct 2014 11:09:43 +1000 Subject: [PATCH] Remove unused opengles dependency on rust-azure. --- Cargo.toml | 4 ---- src/lib.rs | 1 - 2 files changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bbf24af..c8951f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,6 @@ git = "https://github.com/servo/rust-geom" git = "https://github.com/servo/rust-layers" -[dependencies.opengles] - -git = "https://github.com/servo/rust-opengles" - [dependencies.skia-sys] git = "https://github.com/servo/skia" diff --git a/src/lib.rs b/src/lib.rs index e76279a..4edd90b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,7 +11,6 @@ extern crate libc; extern crate sync; extern crate geom; extern crate layers; -extern crate opengles; #[cfg(target_os = "linux")] extern crate xlib; #[cfg(target_os = "android")]