mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove gecko-media dependency
This commit is contained in:
parent
671b69c0b7
commit
f46fbe4599
12 changed files with 72 additions and 252 deletions
|
@ -17,8 +17,6 @@ extern crate devtools_traits;
|
|||
extern crate euclid;
|
||||
#[cfg(all(not(target_os = "windows"), not(target_os = "ios")))]
|
||||
extern crate gaol;
|
||||
#[cfg(all(any(target_os = "macos", target_os = "linux"), not(any(target_arch = "arm", target_arch = "aarch64"))))]
|
||||
extern crate gecko_media;
|
||||
extern crate gfx;
|
||||
extern crate gfx_traits;
|
||||
extern crate hyper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue