mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +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
|
@ -19,6 +19,7 @@ energy-profiling = ["profile_traits/energy-profiling"]
|
|||
debugmozjs = ["script/debugmozjs"]
|
||||
googlevr = ["webvr/googlevr"]
|
||||
oculusvr = ["webvr/oculusvr"]
|
||||
unstable = ["euclid/unstable", "layout_thread/unstable"]
|
||||
|
||||
[dependencies]
|
||||
bluetooth_traits = {path = "../bluetooth_traits"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue