add servo_channel crate

This commit is contained in:
Gregory Terzian 2018-08-25 02:31:15 +08:00
parent 704f7a06b1
commit b977b4994c
12 changed files with 252 additions and 11 deletions

View file

@ -84,6 +84,7 @@ extern crate serde_bytes;
extern crate servo_allocator;
extern crate servo_arc;
#[macro_use] extern crate servo_atoms;
#[macro_use] extern crate servo_channel;
extern crate servo_config;
extern crate servo_geometry;
extern crate servo_media;