mirror of
https://github.com/servo/servo.git
synced 2025-08-19 04:15:33 +01:00
script: implement navigator.hardwareConcurrency (#31268)
Signed-off-by: syvb <me@iter.ca>
This commit is contained in:
parent
044b94d5eb
commit
20404a72c0
14 changed files with 32 additions and 40 deletions
|
@ -16,7 +16,7 @@ euclid = { workspace = true }
|
|||
getopts = { workspace = true }
|
||||
lazy_static = { workspace = true }
|
||||
log = { workspace = true }
|
||||
num_cpus = "1.1.0"
|
||||
num_cpus = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
servo_config_plugins = { path = "../config_plugins" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue