mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move media backend initialization to process startup.
This commit is contained in:
parent
17204544d9
commit
eebd831ea5
8 changed files with 12 additions and 11 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -2398,6 +2398,8 @@ dependencies = [
|
|||
"script 0.0.1",
|
||||
"script_layout_interface 0.0.1",
|
||||
"script_traits 0.0.1",
|
||||
"servo-media 0.1.0 (git+https://github.com/servo/media)",
|
||||
"servo-media-auto 0.1.0 (git+https://github.com/servo/media)",
|
||||
"servo_config 0.0.1",
|
||||
"servo_geometry 0.0.1",
|
||||
"servo_url 0.0.1",
|
||||
|
@ -3531,7 +3533,6 @@ dependencies = [
|
|||
"serde_bytes 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_json 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"servo-media 0.1.0 (git+https://github.com/servo/media)",
|
||||
"servo-media-auto 0.1.0 (git+https://github.com/servo/media)",
|
||||
"servo_allocator 0.0.1",
|
||||
"servo_arc 0.1.1",
|
||||
"servo_atoms 0.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue