mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Format msg #21373
This commit is contained in:
parent
b3b188a6ff
commit
7f4ca21928
3 changed files with 49 additions and 17 deletions
|
@ -6,9 +6,12 @@
|
|||
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
#[macro_use] extern crate malloc_size_of;
|
||||
#[macro_use] extern crate malloc_size_of_derive;
|
||||
#[macro_use] extern crate serde;
|
||||
#[macro_use]
|
||||
extern crate malloc_size_of;
|
||||
#[macro_use]
|
||||
extern crate malloc_size_of_derive;
|
||||
#[macro_use]
|
||||
extern crate serde;
|
||||
extern crate webrender_api;
|
||||
|
||||
pub mod constellation_msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue