mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add a dependency on parking_lot to style.
MozReview-Commit-ID: 5zXmrdQ0fjU
This commit is contained in:
parent
7da20f2617
commit
8c14533e7f
5 changed files with 92 additions and 0 deletions
|
@ -61,6 +61,7 @@ extern crate num_integer;
|
|||
extern crate num_traits;
|
||||
#[cfg(feature = "gecko")] extern crate num_cpus;
|
||||
extern crate ordered_float;
|
||||
extern crate parking_lot;
|
||||
extern crate quickersort;
|
||||
extern crate rand;
|
||||
extern crate rustc_serialize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue