Remove rust-alert as it's broken on mac, and unimplemented on other platforms.

This commit is contained in:
Glenn Watson 2014-11-19 14:19:40 +10:00
parent f5c6146de0
commit c39852a3f4
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;