Add an 'unstable' top-level cargo feature to control optional unstable stuff.

This commit is contained in:
Simon Sapin 2017-10-11 23:41:06 +02:00
parent c496aa16a0
commit 132b540518
5 changed files with 8 additions and 7 deletions

View file

@ -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"