mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Add support for deriving ToShmem.
Differential Revision: https://phabricator.services.mozilla.com/D17189
This commit is contained in:
parent
d8a758272e
commit
f6ef35c5d3
5 changed files with 121 additions and 0 deletions
|
@ -69,6 +69,7 @@ style_traits = {path = "../style_traits"}
|
|||
servo_url = {path = "../url", optional = true}
|
||||
thin-slice = "0.1.0"
|
||||
to_shmem = {path = "../to_shmem"}
|
||||
to_shmem_derive = {path = "../to_shmem_derive"}
|
||||
time = "0.1"
|
||||
uluru = "0.3"
|
||||
unicode-bidi = "0.3"
|
||||
|
|
|
@ -100,6 +100,8 @@ extern crate style_traits;
|
|||
extern crate thin_slice;
|
||||
extern crate time;
|
||||
extern crate to_shmem;
|
||||
#[macro_use]
|
||||
extern crate to_shmem_derive;
|
||||
extern crate uluru;
|
||||
extern crate unicode_bidi;
|
||||
#[allow(unused_extern_crates)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue