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")]