Use the new nonzero crate in the msg crate

This commit is contained in:
Simon Sapin 2017-10-12 00:28:50 +02:00
parent c4bf3ec14f
commit 57709dc0bf
8 changed files with 43 additions and 17 deletions

View file

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