mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +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
|
@ -48,6 +48,7 @@ git = "https://github.com/servo/rust-layers"
|
|||
|
||||
[dependencies.png]
|
||||
git = "https://github.com/servo/rust-png"
|
||||
features = [ "serde-serialization" ]
|
||||
|
||||
[dependencies.clipboard]
|
||||
git = "https://github.com/aweinstock314/rust-clipboard"
|
||||
|
@ -58,7 +59,7 @@ git = "https://github.com/pcwalton/ipc-channel"
|
|||
[dependencies]
|
||||
log = "*"
|
||||
num = "0.1.24"
|
||||
url = "0.2.35"
|
||||
url = "0.2.36"
|
||||
time = "0.1.17"
|
||||
libc = "*"
|
||||
gleam = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue