mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +01:00
Auto merge of #13094 - GuillaumeGomez:the_comeback, r=KiChjang
Put back video metadata I updated the `video-metadata-rs` crate: now, no more ffmpeg, just pure rust. The webm format isn't checked yet. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13094) <!-- Reviewable:end -->
This commit is contained in:
commit
142578f2e9
13 changed files with 158 additions and 6 deletions
|
@ -23,6 +23,7 @@ tinyfiledialogs = {git = "https://github.com/jdm/tinyfiledialogs"}
|
|||
[dependencies]
|
||||
angle = {git = "https://github.com/servo/angle", branch = "servo"}
|
||||
app_units = "0.3"
|
||||
audio-video-metadata = "0.1.2"
|
||||
bitflags = "0.7"
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
caseless = "0.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue