Skip to content

Commit

Permalink
Fix windows build - add missing crate
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed Dec 17, 2018
1 parent ab6b4db commit f6ae89f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ edition = "2015"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.6", features = ["combaseapi", "objbase", "shellapi", "winerror"] }
widestring = "0.4.0"

0 comments on commit f6ae89f

Please sign in to comment.