mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
compositing: Make the constellation messages serializable.
This commit is contained in:
parent
a0cf597946
commit
b6485a9eaf
32 changed files with 316 additions and 229 deletions
|
@ -7,6 +7,10 @@ authors = ["The Servo Project Developers"]
|
|||
name = "devtools_traits"
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies.hyper]
|
||||
version = "0.6"
|
||||
features = [ "serde-serialization" ]
|
||||
|
||||
[dependencies.msg]
|
||||
path = "../msg"
|
||||
|
||||
|
@ -16,6 +20,5 @@ path = "../util"
|
|||
[dependencies]
|
||||
time = "*"
|
||||
rustc-serialize = "0.3"
|
||||
url = "*"
|
||||
hyper = "0.6"
|
||||
url = "0.2"
|
||||
bitflags = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue