Remove servo feature from servo_config

This commit is contained in:
Xidorn Quan 2017-04-07 17:44:22 +10:00
parent c857878ce9
commit e07cf0a8da
10 changed files with 14 additions and 22 deletions

View file

@ -33,7 +33,7 @@ script_traits = {path = "../script_traits"}
serde = "0.9"
serde_derive = "0.9"
style_traits = {path = "../style_traits"}
servo_config = {path = "../config", features = ["servo"]}
servo_config = {path = "../config"}
servo_rand = {path = "../rand"}
servo_remutex = {path = "../remutex"}
servo_url = {path = "../url", features = ["servo"]}