mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
servo: Update ipc-channel
to pick up bincode
support.
Large improvement in page load times, especially in debug builds.
This commit is contained in:
parent
530d4547c9
commit
6b32e5d7a7
18 changed files with 277 additions and 167 deletions
|
@ -57,6 +57,7 @@ extern crate script;
|
|||
extern crate script_traits;
|
||||
extern crate selectors;
|
||||
extern crate serde;
|
||||
extern crate serde_json;
|
||||
extern crate smallvec;
|
||||
extern crate string_cache;
|
||||
extern crate style;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue