mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +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
|
@ -9,6 +9,9 @@ publish = false
|
|||
name = "layout_thread"
|
||||
path = "lib.rs"
|
||||
|
||||
[features]
|
||||
unstable = ["parking_lot/nightly"]
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.5"
|
||||
atomic_refcell = "0.1"
|
||||
|
@ -26,7 +29,7 @@ log = "0.3.5"
|
|||
metrics = {path = "../metrics"}
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
parking_lot = {version = "0.4", features = ["nightly"]}
|
||||
parking_lot = "0.4"
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
range = {path = "../range"}
|
||||
rayon = "0.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue