Use servo-media-auto and call ServoMedia::init where required

This commit is contained in:
Fernando Jiménez Moreno 2019-03-12 12:46:56 +01:00
parent 36825b82f3
commit bc74dc0e85
6 changed files with 493 additions and 0 deletions

View file

@ -96,6 +96,7 @@ servo_atoms = {path = "../atoms"}
servo_config = {path = "../config"}
servo_geometry = {path = "../geometry" }
servo-media = {git = "https://github.com/servo/media"}
servo-media-auto = {git = "https://github.com/servo/media"}
servo_rand = {path = "../rand"}
servo_url = {path = "../url"}
smallvec = { version = "0.6", features = ["std", "union"] }