Make script depend on gecko-media

It's not used yet though.
This commit is contained in:
Anthony Ramine 2017-11-08 15:39:20 +01:00
parent 856dc3c90a
commit 23d7783e02
6 changed files with 209 additions and 6 deletions

View file

@ -41,6 +41,9 @@ 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;