Skip to content

Commit

Permalink
libusb default for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Aug 16, 2024
1 parent 64893b1 commit e8f7cd9
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 @@ -65,7 +65,7 @@ regex_icon = ["dep:regex"]
cli_generate = ["dep:clap_complete", "dep:clap_mangen"] # for generating man and completions
native = ["nusb", "udev"] # pure Rust USB and udev bindings
libc = ["libusb", "udevlib"] # C bindings for libusb and libudev
default = ["nusb", "libusb", "udev", "regex_icon"] # default libusb C binding (same as lsusb) and (Rust) udevrs with regex icon name lookup
default = ["libusb", "udev", "regex_icon"] # default libusb C binding (same as lsusb) and (Rust) udevrs with regex icon name lookup

[[bin]]
name = "cyme"
Expand Down

0 comments on commit e8f7cd9

Please sign in to comment.