mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Remove unused crates on macos.
This commit is contained in:
parent
5e31681740
commit
97637d8949
7 changed files with 0 additions and 20 deletions
3
ports/cef/Cargo.lock
generated
3
ports/cef/Cargo.lock
generated
|
@ -255,8 +255,6 @@ dependencies = [
|
|||
"canvas 0.0.1",
|
||||
"canvas_traits 0.0.1",
|
||||
"clipboard 0.1.2 (git+https://github.com/aweinstock314/rust-clipboard)",
|
||||
"core-graphics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"devtools_traits 0.0.1",
|
||||
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
||||
|
@ -690,7 +688,6 @@ name = "glutin_app"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"compositing 0.0.1",
|
||||
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"gleam 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -48,8 +48,5 @@ x11 = "2.0.0"
|
|||
[target.aarch64-unknown-linux-gnu.dependencies]
|
||||
x11 = "2.0.0"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies]
|
||||
cgl = "0.1"
|
||||
|
||||
[target.arm-linux-androideabi.dependencies]
|
||||
servo-egl = "0.2"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#![feature(box_syntax)]
|
||||
|
||||
#[macro_use] extern crate bitflags;
|
||||
#[cfg(target_os = "macos")] extern crate cgl;
|
||||
extern crate compositing;
|
||||
#[allow(unused_extern_crates)]
|
||||
#[cfg(target_os = "android")] extern crate egl;
|
||||
|
|
2
ports/gonk/Cargo.lock
generated
2
ports/gonk/Cargo.lock
generated
|
@ -248,8 +248,6 @@ dependencies = [
|
|||
"canvas 0.0.1",
|
||||
"canvas_traits 0.0.1",
|
||||
"clipboard 0.1.2 (git+https://github.com/aweinstock314/rust-clipboard)",
|
||||
"core-graphics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"devtools_traits 0.0.1",
|
||||
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue