diff options
author | ggomez <guillaume1.gomez@gmail.com> | 2016-07-05 17:24:32 +0200 |
---|---|---|
committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-07-25 01:41:33 +0200 |
commit | 20ab47cb1aa038e546eb43531813648b1b4cd06e (patch) | |
tree | 35b0dfe3c256eebc27cb15b13e0857fe852424f8 /components/script/lib.rs | |
parent | 521f8c013524b64daefc9c34c46263868f902de4 (diff) | |
download | servo-20ab47cb1aa038e546eb43531813648b1b4cd06e.tar.gz servo-20ab47cb1aa038e546eb43531813648b1b4cd06e.zip |
Add video-metadata-rs dependencies
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 78a84f83586..0b0a45f701c 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -88,6 +88,7 @@ extern crate url; #[macro_use] extern crate util; extern crate uuid; +extern crate video_metadata; extern crate webrender_traits; extern crate websocket; extern crate xml5ever; |