diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index ebc0ebd25b9..f4048fb6523 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -87,6 +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/ferjm/media"} servo_rand = {path = "../rand"} servo_url = {path = "../url"} smallvec = "0.6"