mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Remove servo feature from servo_config
This commit is contained in:
parent
c857878ce9
commit
e07cf0a8da
10 changed files with 14 additions and 22 deletions
|
@ -17,7 +17,7 @@ log = "0.3.5"
|
|||
serde = "0.9"
|
||||
serde_derive = "0.9"
|
||||
serde_json = "0.9"
|
||||
servo_config = {path = "../config", features = ["servo"]}
|
||||
servo_config = {path = "../config"}
|
||||
time = "0.1.12"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue