mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Add an 'unstable' top-level cargo feature to control optional unstable stuff.
This commit is contained in:
parent
c496aa16a0
commit
132b540518
5 changed files with 8 additions and 7 deletions
|
@ -21,7 +21,7 @@ net_traits = {path = "../net_traits"}
|
|||
profile_traits = {path = "../profile_traits"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
servo_config = {path = "../config"}
|
||||
servo_geometry = {path = "../geometry", features = ["servo"]}
|
||||
servo_geometry = {path = "../geometry"}
|
||||
servo_url = {path = "../url"}
|
||||
style_traits = {path = "../style_traits"}
|
||||
time = "0.1.17"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue