Skip to content

Commit

Permalink
Build winapi crates on Windows only
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck authored and hniksic committed Jan 25, 2017
1 parent 8025b67 commit 51fc94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ module, with Rust-specific extensions.

[dependencies]
libc = "0.2"
kernel32-sys = "0.2.2"
winapi = "0.2.8"

[target.'cfg(windows)'.dependencies]
crossbeam = "0.2.10"
kernel32-sys = "0.2.2"
winapi = "0.2.8"

[dev-dependencies]
tempdir = "0.3.5"
Expand Down

0 comments on commit 51fc94f

Please sign in to comment.