Skip to content

Commit

Permalink
pass through features for statically linking libftdi
Browse files Browse the repository at this point in the history
  • Loading branch information
PercyJW-2 authored and newAM committed Mar 27, 2024
1 parent db9acb3 commit 9a1e902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ readme = "README.md"

[features]
libftd2xx-static = ["libftd2xx/static"]
ftdi-vendored = ["ftdi/vendored"]
ftdi-libusb1-sys = ["ftdi/libusb1-sys"]
default = []

[dependencies]
Expand Down

0 comments on commit 9a1e902

Please sign in to comment.