mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +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
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2719,7 +2719,6 @@ dependencies = [
|
|||
"nsstring_vendor 0.1.0",
|
||||
"num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num_cpus 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"ordered-float 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"owning_ref 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue