mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove gecko-media dependency
This commit is contained in:
parent
671b69c0b7
commit
f46fbe4599
12 changed files with 72 additions and 252 deletions
|
@ -42,9 +42,6 @@ extern crate domobject_derive;
|
|||
extern crate encoding_rs;
|
||||
extern crate euclid;
|
||||
extern crate fnv;
|
||||
#[allow(unused_extern_crates)]
|
||||
#[cfg(all(any(target_os = "macos", target_os = "linux"), not(any(target_arch = "arm", target_arch = "aarch64"))))]
|
||||
extern crate gecko_media;
|
||||
extern crate gleam;
|
||||
extern crate half;
|
||||
#[macro_use] extern crate html5ever;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue