mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
style: Add SharedMemoryBuilder type and ToShmem trait.
Differential Revision: https://phabricator.services.mozilla.com/D17187
This commit is contained in:
parent
f889b303da
commit
f581d2afb2
4 changed files with 193 additions and 0 deletions
|
@ -99,6 +99,7 @@ extern crate style_traits;
|
|||
#[cfg(feature = "gecko")]
|
||||
extern crate thin_slice;
|
||||
extern crate time;
|
||||
extern crate to_shmem;
|
||||
extern crate uluru;
|
||||
extern crate unicode_bidi;
|
||||
#[allow(unused_extern_crates)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue