mirror of
https://github.com/servo/servo.git
synced 2025-09-04 12:08:21 +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
|
@ -9,6 +9,9 @@ publish = false
|
|||
name = "compositing"
|
||||
path = "lib.rs"
|
||||
|
||||
[features]
|
||||
unstable = ["nonzero/unstable"]
|
||||
|
||||
[dependencies]
|
||||
euclid = "0.15"
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
|
@ -18,6 +21,7 @@ ipc-channel = "0.8"
|
|||
log = "0.3.5"
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
nonzero = {path = "../nonzero"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
servo_config = {path = "../config"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue