Skip to content

Commit

Permalink
Make winapi dep windows only
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored and Eugeny committed Oct 16, 2023
1 parent df34137 commit e81db83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cryptovec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ version = "0.7.0"

[dependencies]
libc = "0.2"

[target.'cfg(target_os = "windows")'.dependencies]
winapi = {version = "0.3", features = ["basetsd", "minwindef", "memoryapi"]}

0 comments on commit e81db83

Please sign in to comment.