Skip to content

Commit

Permalink
Add required winapi features (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Systemcluster authored Apr 27, 2024
1 parent c8d5ffa commit 887ae90
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,14 @@ optional = true
version = "0.1.15"

[target.'cfg(windows)'.dependencies.winapi]
features = ["fileapi", "handleapi", "stringapiset", "winnls"]
features = [
"fileapi",
"handleapi",
"stringapiset",
"winnls",
"processenv",
"std",
]
version = "0.3"

[features]
Expand Down

0 comments on commit 887ae90

Please sign in to comment.