mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Make script depend on gecko-media
It's not used yet though.
This commit is contained in:
parent
856dc3c90a
commit
23d7783e02
6 changed files with 209 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue