mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove rust-alert as it's broken on mac, and unimplemented on other platforms.
This commit is contained in:
parent
f5c6146de0
commit
c39852a3f4
14 changed files with 5 additions and 117 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#[phase(plugin, link)]
|
||||
extern crate log;
|
||||
|
||||
extern crate alert;
|
||||
extern crate azure;
|
||||
extern crate devtools_traits;
|
||||
extern crate geom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue