Use NonZeroUsize in script_layout_interface

This commit is contained in:
Simon Sapin 2017-10-12 02:00:33 +02:00
parent ff23a8536e
commit 7ebedd02a9
8 changed files with 38 additions and 13 deletions

View file

@ -9,6 +9,9 @@ publish = false
name = "script_layout_interface"
path = "lib.rs"
[features]
unstable = ["nonzero/unstable"]
[dependencies]
app_units = "0.5"
atomic_refcell = "0.1"
@ -25,6 +28,7 @@ log = "0.3.5"
metrics = {path = "../metrics"}
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
nonzero = {path = "../nonzero"}
profile_traits = {path = "../profile_traits"}
range = {path = "../range"}
script_traits = {path = "../script_traits"}