mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
@ -29,13 +29,14 @@ servo_remutex_tests = {path = "../../tests/unit/servo_remutex"}
|
|||
style_tests = {path = "../../tests/unit/style"}
|
||||
|
||||
[features]
|
||||
default = ["webdriver", "max_log_level"]
|
||||
default = ["webdriver", "max_log_level", "unstable"]
|
||||
max_log_level = ["log/release_max_level_info"]
|
||||
webdriver = ["libservo/webdriver_server"]
|
||||
energy-profiling = ["libservo/energy-profiling"]
|
||||
debugmozjs = ["libservo/debugmozjs"]
|
||||
googlevr = ["libservo/googlevr"]
|
||||
oculusvr = ["libservo/oculusvr"]
|
||||
unstable = ["libservo/unstable"]
|
||||
|
||||
[dependencies]
|
||||
backtrace = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue