mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-30 19:49:36 +00:00
add missing Win32_Foundation feature
This commit is contained in:
parent
cd199eacd0
commit
790d4ac011
1 changed files with 5 additions and 1 deletions
|
|
@ -21,7 +21,11 @@ jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = tr
|
||||||
perf-event = "=0.4.7"
|
perf-event = "=0.4.7"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
windows-sys = { version = "0.52", features = ["Win32_System_Threading", "Win32_System_ProcessStatus"] }
|
windows-sys = { version = "0.52", features = [
|
||||||
|
"Win32_Foundation",
|
||||||
|
"Win32_System_Threading",
|
||||||
|
"Win32_System_ProcessStatus",
|
||||||
|
] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
cpu_profiler = []
|
cpu_profiler = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue