Switch from servo/angle to the mozangle crate

https://github.com/servo/mozangle
This commit is contained in:
Simon Sapin 2018-03-05 16:48:01 +01:00
parent 324e22db03
commit 67d983cb12
5 changed files with 81 additions and 28 deletions

View file

@ -21,7 +21,6 @@
#![plugin(script_plugins)]
#![cfg_attr(not(feature = "unrooted_must_root_lint"), allow(unknown_lints))]
extern crate angle;
extern crate app_units;
extern crate audio_video_metadata;
extern crate base64;
@ -64,6 +63,7 @@ extern crate metrics;
extern crate mime;
extern crate mime_guess;
extern crate mitochondria;
extern crate mozangle;
#[macro_use]
extern crate mozjs as js;
extern crate msg;