diff options
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2018-08-02 14:09:45 +0200 |
---|---|---|
committer | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2018-10-08 16:11:59 +0200 |
commit | ce76b5780a45a9e00ae3a235185d2ea15c6b688b (patch) | |
tree | 086ea8a7eb2fd5e9c05d2cec6da7b5ac337793c2 /components/script/lib.rs | |
parent | 0ff9ecc18ac0fadf45f2e64192fe2e1d86760806 (diff) | |
download | servo-ce76b5780a45a9e00ae3a235185d2ea15c6b688b.tar.gz servo-ce76b5780a45a9e00ae3a235185d2ea15c6b688b.zip |
dom: htmlmediaelement: add initial player bits
Also removes the usage of audio-video-metadata crate (?)
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 097f69d7808..eda29279bae 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -18,7 +18,6 @@ )] extern crate app_units; -extern crate audio_video_metadata; #[cfg(any(feature = "webgl_backtrace", feature = "js_backtrace"))] extern crate backtrace; extern crate base64; |