mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
geckolib: move NUM_THREADS from style to geckolib
This change eliminates some gecko-only configuration in the style component and moves NUM_THREADS closer to its only uses.
This commit is contained in:
parent
3e81f8431e
commit
fafcdda16a
6 changed files with 15 additions and 21 deletions
|
@ -61,7 +61,6 @@ extern crate matches;
|
|||
#[cfg(feature = "gecko")] extern crate nsstring_vendor as nsstring;
|
||||
extern crate num_integer;
|
||||
extern crate num_traits;
|
||||
#[cfg(feature = "gecko")] extern crate num_cpus;
|
||||
extern crate ordered_float;
|
||||
extern crate owning_ref;
|
||||
extern crate parking_lot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue