Remove gecko-media dependency

This commit is contained in:
Fernando Jiménez Moreno 2018-01-18 14:20:54 +01:00
parent 671b69c0b7
commit f46fbe4599
12 changed files with 72 additions and 252 deletions

View file

@ -23,9 +23,6 @@ phf_codegen = "0.7.18"
phf_shared = "0.7.18"
serde_json = "1.0"
[target.'cfg(all(any(target_os = "macos", target_os = "linux"), not(any(target_arch = "arm", target_arch = "aarch64"))))'.dependencies]
gecko-media = {git = "https://github.com/servo/gecko-media.git"}
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
tinyfiledialogs = "2.5.9"