Use NonZeroU32 in canvas_traits

This commit is contained in:
Simon Sapin 2017-10-12 00:49:39 +02:00
parent ecf3b05153
commit 5e72173e8c
6 changed files with 16 additions and 5 deletions

View file

@ -9,6 +9,9 @@ publish = false
name = "canvas_traits"
path = "lib.rs"
[features]
unstable = ["nonzero/unstable"]
[dependencies]
cssparser = "0.22.0"
euclid = "0.15"
@ -16,6 +19,7 @@ heapsize = "0.4"
heapsize_derive = "0.1"
ipc-channel = "0.8"
lazy_static = "0.2"
nonzero = {path = "../nonzero"}
offscreen_gl_context = { version = "0.11", features = ["serde"] }
serde = "1.0"
servo_config = {path = "../config"}