mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
dont use pprof on windows
This commit is contained in:
parent
23d61b4ab2
commit
e63ae022f6
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@ ron = "0.6"
|
|||
serde = "1.0"
|
||||
anyhow = "1.0.31"
|
||||
unicode-width = "0.1"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
pprof = { version = "0.3", features = ["flamegraph"], optional = true }
|
||||
[target.'cfg(macos)'.dependencies]
|
||||
pprof = { version = "0.3", features = ["flamegraph"], optional = true }
|
||||
|
||||
[badges]
|
||||
|
|
|
|||
Loading…
Reference in a new issue