auto merge of #4035 : glennw/servo/remove-rust-alert, r=pcwalton

This commit is contained in:
bors-servo 2014-11-18 21:30:27 -07:00
commit 554f696db8
14 changed files with 5 additions and 117 deletions

View file

@ -31,9 +31,6 @@ path = "../devtools"
[dependencies.devtools_traits]
path = "../devtools_traits"
[dependencies.alert]
git = "https://github.com/servo/rust-alert"
[dependencies.azure]
git = "https://github.com/servo/rust-azure"

View file

@ -13,7 +13,6 @@
#[phase(plugin, link)]
extern crate log;
extern crate alert;
extern crate azure;
extern crate devtools_traits;
extern crate geom;