Skip to content

Commit

Permalink
Only needed for linux
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed May 11, 2024
1 parent 559b917 commit 4c97233
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 @@ -13,15 +13,15 @@ exclude = [ "/.git*", "/testdata", "/tests", "/TODO" ]
clap = { version = "4.5", features = [ "derive" ] }
toml = "0.8"
itertools = "0.12"
evdev = { git = "https://github.com/emberian/evdev" }
nix = { version = "0.28", features = [ "fs", "ioctl", "poll" ] }
bitflags = "2.5"
num-integer = "0.1"
terminal_size = "0.3"
log = "0.4"
peg = "0.8"

[target.'cfg(target_os = "linux")'.dependencies]
evdev = { git = "https://github.com/emberian/evdev" }
nix = { version = "0.28", features = [ "fs", "ioctl", "poll" ] }
aya = { git = "https://github.com/aya-rs/aya.git" }
irp = { version = "0.3.3", path = "irp", features = [ "bpf" ] }

Expand Down

0 comments on commit 4c97233

Please sign in to comment.