mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move ScriptMsg from msg crate into script_traits
This commit is contained in:
parent
8ba470d79f
commit
5507be2653
30 changed files with 121 additions and 109 deletions
|
@ -9,7 +9,6 @@ extern crate app_units;
|
|||
extern crate azure;
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
extern crate canvas_traits;
|
||||
#[cfg(target_os = "macos")]
|
||||
extern crate core_foundation;
|
||||
extern crate euclid;
|
||||
|
@ -18,10 +17,8 @@ extern crate hyper;
|
|||
extern crate io_surface;
|
||||
extern crate ipc_channel;
|
||||
extern crate layers;
|
||||
extern crate offscreen_gl_context;
|
||||
extern crate rustc_serialize;
|
||||
extern crate serde;
|
||||
extern crate style_traits;
|
||||
extern crate url;
|
||||
extern crate util;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue