mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Switch from servo/angle to the mozangle crate
https://github.com/servo/mozangle
This commit is contained in:
parent
324e22db03
commit
67d983cb12
5 changed files with 81 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue