Skip to content

Commit

Permalink
Only use windows crate on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwood committed May 16, 2022
1 parent e0746f0 commit e088525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rand = "0.8.3"
once_cell = "1.7.2"
env_logger = "0.9"

[build-dependencies]
[target.'cfg(windows)'.build-dependencies]
windows = "0.9.0"

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down

0 comments on commit e088525

Please sign in to comment.