Skip to content

Commit

Permalink
Add required winapi features
Browse files Browse the repository at this point in the history
  • Loading branch information
Systemcluster committed Apr 26, 2024
1 parent c8d5ffa commit 63d8bc7
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 63d8bc7

Please sign in to comment.