Renamed js crate to mozjs

This commit is contained in:
Alan Jeffrey 2017-11-07 12:18:07 -06:00
parent 70bbb9bf94
commit 8008ba5081
5 changed files with 26 additions and 27 deletions

View file

@ -48,7 +48,7 @@ extern crate cssparser;
extern crate euclid;
extern crate hashglobe;
#[cfg(feature = "servo")]
extern crate js;
extern crate mozjs as js;
extern crate servo_arc;
extern crate smallbitvec;
extern crate smallvec;