mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 10:56:19 +04:00
num_cpus apparently unused in helix-term
This commit is contained in:
parent
ade4cbffaa
commit
ede01b5f1e
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -453,7 +453,6 @@ dependencies = [
|
|||||||
"helix-view",
|
"helix-view",
|
||||||
"ignore",
|
"ignore",
|
||||||
"log",
|
"log",
|
||||||
"num_cpus",
|
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"pulldown-cmark",
|
"pulldown-cmark",
|
||||||
"retain_mut",
|
"retain_mut",
|
||||||
|
@ -36,7 +36,6 @@ which = "4.2"
|
|||||||
ropey = { version = "1.4", default-features = false }
|
ropey = { version = "1.4", default-features = false }
|
||||||
|
|
||||||
tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] }
|
tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] }
|
||||||
num_cpus = "1"
|
|
||||||
tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"] }
|
tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"] }
|
||||||
crossterm = { version = "0.23", features = ["event-stream"] }
|
crossterm = { version = "0.23", features = ["event-stream"] }
|
||||||
signal-hook = "0.3"
|
signal-hook = "0.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user