dom: htmlmediaelement: add initial player bits

Also removes the usage of audio-video-metadata crate (?)
This commit is contained in:
Víctor Manuel Jáquez Leal 2018-08-02 14:09:45 +02:00 committed by Fernando Jiménez Moreno
parent 0ff9ecc18a
commit ce76b5780a
4 changed files with 101 additions and 85 deletions

View file

@ -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;