Update servo-media after crate split up. Allows building for Android

This commit is contained in:
Fernando Jiménez Moreno 2018-07-12 11:05:29 +02:00
parent b68c791b8d
commit f0a691e474
3 changed files with 6 additions and 5 deletions

View file

@ -87,7 +87,7 @@ servo_arc = {path = "../servo_arc"}
servo_atoms = {path = "../atoms"}
servo_config = {path = "../config"}
servo_geometry = {path = "../geometry" }
servo_media = {git = "https://github.com/servo/media"}
servo-media = {git = "https://github.com/servo/media"}
servo_rand = {path = "../rand"}
servo_url = {path = "../url"}
smallvec = "0.6"