Move webdriver_msg to script_traits.

This commit is contained in:
Ms2ger 2016-07-04 14:45:29 +02:00
parent b8fe9e9637
commit 77caf83098
12 changed files with 20 additions and 22 deletions

View file

@ -10,15 +10,11 @@
#[allow(unused_extern_crates)]
#[macro_use]
extern crate bitflags;
extern crate cookie as cookie_rs;
extern crate euclid;
extern crate heapsize;
extern crate hyper;
extern crate ipc_channel;
extern crate rustc_serialize;
extern crate serde;
extern crate url;
extern crate webrender_traits;
pub mod constellation_msg;
pub mod webdriver_msg;