Skip to content

Commit

Permalink
Merge pull request #60 from malbarbo/patch-1
Browse files Browse the repository at this point in the history
Only use windows depencies on windows os
  • Loading branch information
a8m committed Dec 14, 2017
2 parents e9369ed + 18ffa66 commit c63c368
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ license = "MIT"
[dependencies]
libc = "0.2.9"
time = "0.1.35"

[target.'cfg(target_os = "windows")'.dependencies]
winapi = "0.2"
kernel32-sys = "0.2"

Expand Down

0 comments on commit c63c368

Please sign in to comment.