Skip to content

Commit

Permalink
Fix non-mac platforms dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haimgel committed Nov 5, 2024
1 parent 0b790e0 commit 4c6d0cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ log = "0.4"
simplelog = "0.12"
ddc = "0.2"
ddc-hi = "0.4"
ddc-macos = "0.2.2"
rusb = "^0.9"
shell-words = "1.0"

[target.'cfg(target_os = "macos")'.dependencies]
ddc-macos = "0.2"
ddc-macos = "0.2.2"

[target.'cfg(target_os = "linux")'.dependencies]
ddc-i2c = "0.2"
Expand Down

0 comments on commit 4c6d0cb

Please sign in to comment.