style: Add support for deriving ToShmem.

Differential Revision: https://phabricator.services.mozilla.com/D17189
This commit is contained in:
Cameron McCormack 2019-03-30 00:16:08 +00:00 committed by Emilio Cobos Álvarez
parent d8a758272e
commit f6ef35c5d3
5 changed files with 121 additions and 0 deletions

View file

@ -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)]