mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Use the new nonzero crate in the msg crate
This commit is contained in:
parent
c4bf3ec14f
commit
57709dc0bf
8 changed files with 43 additions and 17 deletions
|
@ -18,7 +18,12 @@ energy-profiling = ["profile_traits/energy-profiling"]
|
|||
debugmozjs = ["script/debugmozjs"]
|
||||
googlevr = ["webvr/googlevr"]
|
||||
oculusvr = ["webvr/oculusvr"]
|
||||
unstable = ["euclid/unstable", "layout_thread/unstable"]
|
||||
unstable = [
|
||||
"euclid/unstable",
|
||||
"layout_thread/unstable",
|
||||
"msg/unstable",
|
||||
"compositing/unstable"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
bluetooth_traits = {path = "../bluetooth_traits"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue