Skip to content

Commit

Permalink
Only use windows depencies on windows os
Browse files Browse the repository at this point in the history
  • Loading branch information
malbarbo authored Dec 14, 2017
1 parent e9369ed commit 18ffa66
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 18ffa66

Please sign in to comment.